forked from tykayn/funky-framadate-front
12 lines
168 B
JSON
12 lines
168 B
JSON
|
{
|
||
|
"/api/v1/*": {
|
||
|
"target": "http://localhost:8000",
|
||
|
"secure": false,
|
||
|
"pathRewrite": {
|
||
|
"^/api/v1": ""
|
||
|
},
|
||
|
"changeOrigin": false,
|
||
|
"logLevel": "debug"
|
||
|
}
|
||
|
}
|