treetrail-frontend/proxy.conf.json
2024-10-19 11:53:15 +02:00

18 lines
318 B
JSON

{
"/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
}
}