From 0b49fcb6bc5abfd59d27970e033bc0e9687c551e Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Fri, 7 Mar 2025 22:58:02 +0000 Subject: [PATCH] feat: Update endpoint /login --- app/api/endpoints/login.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/endpoints/login.py b/app/api/endpoints/login.py index 6ed4dac..0e5e5f9 100644 --- a/app/api/endpoints/login.py +++ b/app/api/endpoints/login.py @@ -1,5 +1,6 @@ from fastapi import APIRouter +#this is the router router = APIRouter() @router.post("/login")