diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-29 21:17:20 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-29 21:17:20 +0100 |
| commit | c0feeec422aed951788dbfdb9fa1df380c56f1df (patch) | |
| tree | 15e0d6017b7bcd3aa311509b95504f1af26fe290 /frontend/package.json | |
| parent | 40fcd37fb5eb8ea33b7dea95d45cc73018ea22b8 (diff) | |
Send correct room identifier to server
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index bb190954..16732995 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "author": "Georgios Andreadis <g.andreadis@atlarge-research.com> (https://gandreadis.com/)", "license": "MIT", "private": true, - "proxy": "http://localhost:8082", + "proxy": "http://localhost:8081", "dependencies": { "approximate-number": "~2.0.0", "bootstrap": "4.5.3", |
