From 88feafd1b01e3b186379e48fd163fb6752514133 Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Fri, 7 Mar 2025 19:29:19 +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 ac20d9d..e1e2b59 100644 --- a/app/api/endpoints/login.py +++ b/app/api/endpoints/login.py @@ -1,5 +1,4 @@ from fastapi import APIRouter - router = APIRouter() @router.post("/login")