diff --git a/client/vite.config.ts b/client/vite.config.ts index d8b999c..744a5f6 100644 --- a/client/vite.config.ts +++ b/client/vite.config.ts @@ -8,8 +8,7 @@ export default defineConfig({ proxy: { '/api': { target: 'http://localhost:8080', - ws: true, - rewrite: (path) => path.replace(/^\/api/, '') + ws: true } } },