From 1d968bee0d3ca9901545154b2c15e90926cad4dc Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Wed, 12 Mar 2025 17:22:08 +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 7fb7e29..fcd6350 100644 --- a/app/api/endpoints/login.py +++ b/app/api/endpoints/login.py @@ -8,3 +8,4 @@ another edited response async def login(username: str, password: str): return {"message": "User logged in successfully", "username": username} testing some stuff. +a new way to make this work so fineee