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