proxy conf

This commit is contained in:
Michele Artini 2023-01-30 09:39:27 +01:00
parent d93c39275f
commit 78ca043213
1 changed files with 5 additions and 1 deletions

View File

@ -2,5 +2,9 @@
"/ajax": {
"target": "http://localhost:8280",
"secure": false
},
"/api": {
"target": "http://localhost:8280",
"secure": false
}
}
}