From 5263e90d8eeaf046f60a7a76e84ca0bebe1605d1 Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Mon, 10 Mar 2025 10:26:19 +0000 Subject: [PATCH] feat: Update endpoint log --- app/api/endpoints/log.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/api/endpoints/log.py b/app/api/endpoints/log.py index e69de29..afaf7a1 100644 --- a/app/api/endpoints/log.py +++ b/app/api/endpoints/log.py @@ -0,0 +1,7 @@ +from fastapi import APIRouter + +router APIRouter() + +@router.get("/log") +async def login (): + return {"message": "User logged in successfully"} \ No newline at end of file