15 lines
245 B
JSON
15 lines
245 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:3000",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"ws": false
|
|
},
|
|
"/uploads": {
|
|
"target": "http://localhost:3000",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"ws": false
|
|
}
|
|
}
|