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",