From a814f9cb00ce49a9b9d5f1c90a6c1a8d631e99c3 Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Wed, 12 Mar 2025 17:22:19 +0000 Subject: [PATCH] feat: Update endpoint login --- app/api/endpoints/login.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/endpoints/login.py b/app/api/endpoints/login.py index fcd6350..ab090f7 100644 --- a/app/api/endpoints/login.py +++ b/app/api/endpoints/login.py @@ -9,3 +9,4 @@ async def login(username: str, password: str): return {"message": "User logged in successfully", "username": username} testing some stuff. a new way to make this work so fineee +continuting my work is like this