feat: Update endpoint login

This commit is contained in:
Backend IM Bot 2025-03-12 17:19:24 +00:00
parent 12446aa246
commit e50fde1cf1

View File

@ -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.