forked from philorg/treetrail-frontend
first commit
This commit is contained in:
commit
62506c830a
1207 changed files with 40706 additions and 0 deletions
18
proxy.conf.json
Normal file
18
proxy.conf.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"/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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue