From 1d870e5c64eb79b9a34131312bf9e6eb75ca5acb Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Mon, 24 Mar 2025 22:15:55 +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 a8ab4aa..fd24095 100644 --- a/endpoints/login.post.py +++ b/endpoints/login.post.py @@ -28,7 +28,7 @@ async def login( data={"sub": user.id}, expires_delta=timedelta(hours=1) ) - + #this is a new test return { "access_token": access_token, "token_type": "bearer",