update postgresjson

This commit is contained in:
2019-08-27 12:33:32 +02:00
parent 67665350eb
commit ff76bd55ef
29 changed files with 139 additions and 119 deletions

View File

@@ -36,7 +36,7 @@ Feature: Auth routes
When I send a POST request to "/login" with body:
"""
{
"name": "username1",
"name": "username-1",
"password": "azerty"
}
"""