ruv's picture
first commit
215f78b unverified
raw
history blame
144 Bytes
from fastapi import APIRouter
router = APIRouter()
@router.get("/settings")
async def get_settings():
return {"message": "Settings page"}