11 lines
158 B
JSON
11 lines
158 B
JSON
{
|
|
"/api/**": {
|
|
"target": "http://localhost:3000/api",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"pathRewrite": {
|
|
"^/api": ""
|
|
}
|
|
}
|
|
}
|