diff --git a/backend/super.http b/backend/super.http index cf2bb02..8c9e3b7 100644 --- a/backend/super.http +++ b/backend/super.http @@ -7,6 +7,6 @@ POST {{ host }}/super/v1/auth/login Content-Type: application/json { - "username":"aa", - "password":"bb" + "username":"test-user", + "password":"test-password" } \ No newline at end of file