Replaced "baseUrl" with implicit "host" and fixed a minor bug regarding ordering

This commit is contained in:
matty
2023-10-25 16:34:47 +03:30
parent 247774b181
commit 3cd00d74bf
6 changed files with 51 additions and 22 deletions

10
.httpyac.json Normal file
View File

@@ -0,0 +1,10 @@
{
"environments": {
"nw-center": {
"host": "https://nw.rayvarz.center/api"
},
"mock-sandbox": {
"host": "https://pdgw7l-8080.csb.ap"
}
}
}