added models

This commit is contained in:
Yeqing Zhang
2019-02-12 13:08:04 +08:00
parent 9f84e2fad1
commit 4f2a29bd42
11 changed files with 168 additions and 34 deletions

View File

@@ -6,10 +6,12 @@
# * 'mptr' and 'fptr' create a POST request to submit a form with a text or file field (multipart/form-data);
### Send POST request with json body
POST http://localhost:5000/api/test
PUT http://localhost:5000/api/spiders
Content-Type: application/json
{
"id": 999,
"value": "content"
}
}
###