diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 7510382..8ef93e4 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -59,11 +59,11 @@ export default defineConfig({ server: { port: 5174, proxy: { - "/auth": "http://10.100.53.199:8080", - "/sys": "http://10.100.53.199:8080", - "/api": "http://10.100.53.199:8080", + "/auth": "http://localhost:8080", + "/sys": "http://localhost:8080", + "/api": "http://localhost:8080", "/ws": { - target: "ws://10.100.53.199:8080", + target: "ws://localhost:8080", ws: true } }