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