forked from philorg/treetrail-frontend
18 lines
318 B
JSON
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
|
|
}
|
|
}
|