Files
indie/frontend/proxy.conf.json
2026-07-02 01:15:16 +05:45

15 lines
236 B
JSON

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