kenken999's picture
df
4c22249
raw
history blame
301 Bytes
from fastapi import FastAPI, APIRouter
echo ##active_line3##
echo ##active_line4##
router = APIRouter()
echo ##active_line5##
echo ##active_line6##
@router.get("/ninarichi")
echo ##active_line7##
async def read_ninarichi():
echo ##active_line8##
return {"message": "Ninarichi Ring information"}