Files
codiki/frontend/proxy.conf.json
T

11 lines
184 B
JSON

{
"/api": {
"target": "http://localhost:8987",
"secure": false
},
"/pictures": {
"target": "http://localhost:8987/api",
"secure": false
}
}