diff --git a/vite.config.ts b/vite.config.ts index 754b8e9..a7b2e63 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -24,8 +24,8 @@ export default defineConfig({ server: { port: 5173, proxy: { - '/api': { target: 'http://localhost:8080', changeOrigin: true }, - '/uploads': { target: 'http://localhost:8080', changeOrigin: true } + '/api': { target: 'http://localhost:9480', changeOrigin: true }, + '/uploads': { target: 'http://localhost:9480', changeOrigin: true } } } }) \ No newline at end of file