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