From 6ae88d8ab9abc8616e2d03f69291b1e440898f41 Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Fri, 14 Mar 2025 13:50:53 +0000 Subject: [PATCH] feat: Update endpoint login --- app/api/endpoints/login.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/api/endpoints/login.py b/app/api/endpoints/login.py index 6ed4dac..5f014c4 100644 --- a/app/api/endpoints/login.py +++ b/app/api/endpoints/login.py @@ -4,4 +4,3 @@ router = APIRouter() @router.post("/login") async def login(username: str, password: str): - return {"message": "User logged in successfully", "username": username} \ No newline at end of file