remove nginx

This commit is contained in:
2026-04-10 00:25:43 +02:00
parent 9223e4d35f
commit 52ad27419e
18 changed files with 265 additions and 126 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,
},
},