mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
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"
|
|
}
|
|
}
|