Patched a refresh issue

This commit is contained in:
2021-08-09 20:23:05 +10:00
parent 4ec55bed10
commit c1155909be
4 changed files with 9 additions and 9 deletions
+4 -2
View File
@@ -15,8 +15,8 @@ POST http://127.0.0.1:3200/auth/login HTTP/1.1
Content-Type: application/json
{
"email": "kayneruse@gmail.com",
"password": "helloworld"
"email": "admin@example.com",
"password": "password"
}
###
@@ -66,3 +66,5 @@ Content-Type: application/json
{
"password": "helloworld"
}
###