12 lines
180 B
JSON
12 lines
180 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:8000",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"logLevel": "debug",
|
|
"pathRewrite": {
|
|
"^/api": "/api"
|
|
}
|
|
}
|
|
}
|