9 lines
171 B
JSON
9 lines
171 B
JSON
{
|
|
"/api/*": {
|
|
"target": "http://localhost:3000/api",
|
|
"secure": false,
|
|
"logLevel": "debug",
|
|
"changeOrigin": true,
|
|
"pathRewrite": { "^/api": "" }
|
|
}
|
|
} |