init
This commit is contained in:
18
store.http
Normal file
18
store.http
Normal file
@ -0,0 +1,18 @@
|
||||
GET http://localhost:3000/store HTTP/1.1
|
||||
|
||||
###
|
||||
|
||||
GET http://localhost:3000/store/testApi HTTP/1.1
|
||||
|
||||
###
|
||||
|
||||
POST http://localhost:3000/store HTTP/1.1
|
||||
content-type: application/json
|
||||
|
||||
{
|
||||
"key": "testApi",
|
||||
"value": {
|
||||
"name": "ivan",
|
||||
"age": 15
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user