diff options
Diffstat (limited to 'modern/package.json')
-rw-r--r-- | modern/package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modern/package.json b/modern/package.json index 94822a62..0c1a1cbb 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 + } + } } |