feat: Update endpoint log
This commit is contained in:
parent
751cd46457
commit
5263e90d8e
@ -0,0 +1,7 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
router APIRouter()
|
||||
|
||||
@router.get("/log")
|
||||
async def login ():
|
||||
return {"message": "User logged in successfully"}
|
Loading…
x
Reference in New Issue
Block a user