11 lines
193 B
JSON
11 lines
193 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:4000",
|
|
"secure": false,
|
|
"logLevel": "debug",
|
|
"changeOrigin": true,
|
|
"pathRewrite": {
|
|
"^/api": ""
|
|
}
|
|
}
|
|
} |