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.
17 lines
313 B
17 lines
313 B
{
|
|
"/apiProduct/*": {
|
|
"target": "http://localhost:59327",
|
|
"secure": false
|
|
},
|
|
|
|
"/apiUser/*":{
|
|
"target":"http://localhost:59274",
|
|
"secure":false,
|
|
"loglevel":"debug"
|
|
},
|
|
"/apiCart/*":{
|
|
"target":"http://localhost:59263",
|
|
"secure":false,
|
|
"loglevel":"debug"
|
|
}
|
|
}
|