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