feat: Update endpoint log

This commit is contained in:
Backend IM Bot 2025-03-10 10:26:19 +00:00
parent 751cd46457
commit 5263e90d8e

View File

@ -0,0 +1,7 @@
from fastapi import APIRouter
router APIRouter()
@router.get("/log")
async def login ():
return {"message": "User logged in successfully"}