updated readme

This commit is contained in:
fISHIE
2026-02-08 15:39:49 +05:00
parent a9db71b234
commit 963a9d1040
2 changed files with 213 additions and 80 deletions

View File

@@ -14,7 +14,7 @@ export default defineConfig({
server: {
proxy: {
"/api": {
target: "http://localhost:5299",
target: "http://localhost:9755",
changeOrigin: true,
},
},