diff --git a/app/api/endpoints/login.py b/app/api/endpoints/login.py index a7c2b60..7fb7e29 100644 --- a/app/api/endpoints/login.py +++ b/app/api/endpoints/login.py @@ -7,3 +7,4 @@ something like this I guess; another edited response async def login(username: str, password: str): return {"message": "User logged in successfully", "username": username} +testing some stuff.