From 2974ba1c2c8afb30101046180f9545ed2b32d5c6 Mon Sep 17 00:00:00 2001 From: Rogee Date: Tue, 16 Dec 2025 14:59:09 +0800 Subject: [PATCH] feat: update --- backend/super.http | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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