1
0

Implemented search for everything (#17)

This commit is contained in:
konrad
2018-11-09 17:33:06 +00:00
committed by Gitea
parent ad74d24ee2
commit d3de658882
18 changed files with 49 additions and 32 deletions

View File

@ -4,7 +4,7 @@ Content-Type: application/json
{
"username": "user",
"password": "1234"
"password": "12345"
}
> {% client.global.set("auth_token", response.body.token); %}