aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/pw-frontend/vite.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/pw-frontend/vite.config.js b/web/pw-frontend/vite.config.js
index a298f2c..a7fcc74 100644
--- a/web/pw-frontend/vite.config.js
+++ b/web/pw-frontend/vite.config.js
@@ -20,6 +20,7 @@ export default defineConfig({
server: {
proxy: {
"/api/": "http://localhost:5000",
+ "/ws": "ws://localhost:5000/ws",
},
},
})