13 lines
211 B
JSON
13 lines
211 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:4000",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
},
|
|
"/uploads": {
|
|
"target": "http://localhost:4000",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
}
|
|
}
|