Merge pull request #4985 from COCOLMAN/master

ID must start from 1 again
This commit is contained in:
Xavier Ordoquy 2017-03-16 07:18:49 +01:00 committed by GitHub
commit e438c532ae

View File

@ -209,7 +209,7 @@ We can make a successful request by including the username and password of one o
http -a tom:password123 POST http://127.0.0.1:8000/snippets/ code="print 789"
{
"id": 5,
"id": 1,
"owner": "tom",
"title": "foo",
"code": "print 789",