This commit is contained in:
parent
441b049800
commit
54e88cf588
|
@ -1,5 +0,0 @@
|
||||||
|
|
||||||
GET /api/items/findOne?filter=%7B%22where%22%3A%20%7B%22id%22%3A%201%7D%7D HTTP/1.1
|
|
||||||
Authorization: {{token}}
|
|
||||||
Content-Type: application/json
|
|
||||||
Host: localhost:5000
|
|
|
@ -1,11 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
# @name login
|
|
||||||
POST /api/VnUsers/sign-in HTTP/1.1
|
|
||||||
Content-Type: application/json
|
|
||||||
Host: localhost:3000
|
|
||||||
Content-Length: 45
|
|
||||||
|
|
||||||
{"user":"developer", "password": "nightmare"}
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
POST /api/VnUsers/sign-in HTTP/1.1
|
|
||||||
Content-Type: application/json
|
|
||||||
Host: {{host}}
|
|
||||||
Content-Length: 45
|
|
||||||
|
|
||||||
{"user":"developer", "password": "nightmare"}
|
|
||||||
|
|
Loading…
Reference in New Issue