16 lines
375 B
JSON
16 lines
375 B
JSON
{
|
|
"/api/*": {
|
|
"target": "http://192.168.1.193:5000",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"logLevel": "debug",
|
|
"headers": {
|
|
"Access-Control-Allow-Origin": "*",
|
|
"Access-Control-Allow-Methods": "GET, POST, OPTIONS",
|
|
"Access-Control-Allow-Headers": "Content-Type, Authorization"
|
|
},
|
|
"pathRewrite": {
|
|
"^/api": ""
|
|
}
|
|
}
|
|
} |