treetrail-frontend/proxy.conf.json

19 lines
358 B
JSON
Raw Normal View History

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