remove nginx

This commit is contained in:
2026-04-10 00:25:43 +02:00
parent 9223e4d35f
commit db0a46a0b5
7 changed files with 29 additions and 12 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://localhost:3301',
target: 'http://localhost:3001',
changeOrigin: true,
},
},