Minor change
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lilleman auf Larv 2022-02-13 21:21:08 +01:00
parent b5e2a1312b
commit 2840ffe12c

View File

@ -30,4 +30,4 @@ Use a bearer token to make a call: `curl -H "Content-Type: application/json" -H
Create account: `curl -d '{"name": "Bosse", "password": "Hemligt", "fields": [{ "name":"role", "values":["user"]}]}' -H "Content-Type: application/json" -H "Authorization: bearer your-JWT-token-goes-here" -i http://localhost:4000/account`
x
y