port 4201 + port 3001 for api + some fixes

This commit is contained in:
2025-02-12 11:00:46 -06:00
parent 368257633b
commit fbdf9581c4
5 changed files with 9 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"/api": {
"target": "http://localhost:3000",
"target": "http://localhost:3001",
"secure": false,
"changeOrigin": true,
"pathRewrite": { "^/api": "" }