diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index c973a8f..180520b 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -12,7 +12,7 @@ export default defineConfig({ server: { proxy: { '/api': { - target: 'http://localhost:83', + target: 'http://185.139.70.62:80', changeOrigin: true } }