treetrail-frontend/proxy.conf.json

19 lines
318 B
JSON
Raw Normal View History

2024-10-19 11:53:15 +02:00
{
"/static": {
"target": "http://127.0.0.1:5002",
"secure": false
},
"/v1": {
"target": "http://127.0.0.1:5002",
"secure": false
},
"/attachment": {
"target": "http://127.0.0.1:5002",
"secure": false
},
"/tiles": {
"target": "http://127.0.0.1:5002",
"secure": false
}
}