21 lines
394 B
JSON
21 lines
394 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:3000",
|
|
"secure": false
|
|
},
|
|
"/property": {
|
|
"target": "http://localhost:3000",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
},
|
|
"/logo": {
|
|
"target": "http://localhost:3000",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
},
|
|
"/profile": {
|
|
"target": "http://localhost:3000",
|
|
"secure": false,
|
|
"changeOrigin": true
|
|
}
|
|
} |