aboutsummaryrefslogtreecommitdiff
path: root/modern/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'modern/package.json')
-rw-r--r--modern/package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/modern/package.json b/modern/package.json
index 94822a6..0c1a1cb 100644
--- a/modern/package.json
+++ b/modern/package.json
@@ -19,5 +19,10 @@
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
- "proxy": "http://localhost:8082"
+ "proxy": {
+ "/api": {
+ "target": "http://localhost:8082",
+ "ws": true
+ }
+ }
}