refactor(proxy.conf): change proxy port

This commit is contained in:
Developer 02 2025-08-06 19:02:58 +02:00
parent 9c5cf2de30
commit dddabefc7d

View File

@ -1,6 +1,6 @@
{
"/api": {
"target": "https://localhost:7052",
"target": "https://localhost:7103",
"secure": false,
"changeOrigin": true
}