Files
indie/frontend/proxy.conf.json
2026-06-30 11:13:55 +05:45

15 lines
236 B
JSON

{
"/api": {
"target": "http://localhost:8080",
"secure": false
},
"/oauth2": {
"target": "http://localhost:8080",
"secure": false
},
"/login": {
"target": "http://localhost:8080",
"secure": false
}
}