Fix test login script to work with test register script

This commit is contained in:
Lars Jellema 2022-04-21 22:57:01 +02:00
parent 9d1e3539a8
commit 52647759cc
No known key found for this signature in database
GPG Key ID: 563A03936D48B4BC
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
curl -X POST -H "Content-Type: application/json" -d '{"username": "a", "password": "c"}' localhost:8000/api/login
curl -X POST -H "Content-Type: application/json" -d '{"username": "roflin", "password": "oreokoekje123"}' localhost:8000/api/login