Files
indie/frontend/proxy.conf.json
Krrish Ghimire f70fe81432 fix token issues
2026-07-06 00:58:11 +05:45

11 lines
158 B
JSON

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