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

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