Some cleanups from the old stuff

This commit is contained in:
2020-08-24 03:02:24 +02:00
parent 35e4c3a544
commit 69ebed5c7e
6 changed files with 996 additions and 1252 deletions

View File

@@ -18,7 +18,7 @@ POST {{ baseUrl }}/bootstrap HTTP/1.1
Content-Type: application/json
{
"token": {{ bootstrapToken }},
"token": "{{ bootstrapToken }}",
"email": "test@test.com",
"password": "hornyhorny"
}