From 693e3fd79b83b4ab5103f92a9415c59ab09bb3ea Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Wed, 19 Mar 2025 01:40:57 +0000 Subject: [PATCH] feat: Update endpoint login --- endpoints/login.post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/login.post.py b/endpoints/login.post.py index fab81b7..0b5321a 100644 --- a/endpoints/login.post.py +++ b/endpoints/login.post.py @@ -4,7 +4,7 @@ from core.database import fake_users_db router = APIRouter() -#this is for login authentication +#this is for login authentication for users @router.post("/login") async def login_demo( username: str = "demo",