diff --git a/app/api/endpoints/login.py b/app/api/endpoints/login.py index 7fb7e29..fcd6350 100644 --- a/app/api/endpoints/login.py +++ b/app/api/endpoints/login.py @@ -8,3 +8,4 @@ another edited response 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