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