diff --git a/web/vite.config.ts b/web/vite.config.ts index 2ec40cc3..44db2323 100644 --- a/web/vite.config.ts +++ b/web/vite.config.ts @@ -17,11 +17,11 @@ export default defineConfig({ }, proxy: { '/api': { - target: 'http://10.1.203.231:8080', + target: 'http://localhost:8080', changeOrigin: true, }, '/oauth2': { - target: 'http://10.1.203.231:8080', + target: 'http://localhost:8080', changeOrigin: true, }, },