12 lines
210 B
JSON
12 lines
210 B
JSON
{
|
|
"/api/**": {
|
|
"target": "http://localhost:8081",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"logLevel": "debug",
|
|
"ws": true,
|
|
"pathRewrite": {"^/api" : "http://localhost:8081/api"}
|
|
|
|
}
|
|
}
|