You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
370 B
21 lines
370 B
{
|
|
"/user": {
|
|
"target": "http://localhost:8500",
|
|
"secure": false
|
|
},
|
|
|
|
"/products": {
|
|
"target": "http://10.3.117.7:8501",
|
|
"secure": false
|
|
},
|
|
|
|
"/orders": {
|
|
"target": "http://10.3.117.7:8009",
|
|
"secure": false
|
|
},
|
|
"/cart": {
|
|
"target": "http://10.3.117.7:8504",
|
|
"secure": false
|
|
}
|
|
|
|
}
|