* changed mocks, endpoints, routers

feature: #8
This commit is contained in:
2023-01-07 17:47:09 +01:00
parent 93b71954c5
commit 1872097882
4 changed files with 17 additions and 7 deletions

View File

@@ -158,7 +158,17 @@
"name": "Get Open Contracts",
"request": {
"method": "GET",
"header": []
"header": [],
"url": {
"raw": "{{url}}/contracts/open",
"host": [
"{{url}}"
],
"path": [
"contracts",
"open"
]
}
},
"response": [
{
@@ -167,13 +177,13 @@
"method": "GET",
"header": [],
"url": {
"raw": "{{url}}/contracts/register",
"raw": "{{url}}/contracts/open",
"host": [
"{{url}}"
],
"path": [
"contracts",
"register"
"open"
]
}
},