16 lines
273 B
JSON
16 lines
273 B
JSON
{
|
|
"/api/**": {
|
|
"target": "http://localhost:3000/api",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"pathRewrite": {
|
|
"^/api": ""
|
|
}
|
|
},
|
|
"/socket.io/*": {
|
|
"target": "http://localhost:3000/socket.io/",
|
|
"ws": true,
|
|
"logLevel": "debug"
|
|
}
|
|
}
|