ujalaarshad17's picture
Added all files
ece074a
raw
history blame contribute delete
132 Bytes
from fastapi import APIRouter
test_router = APIRouter()
@test_router.get("/test")
def testing():
return {"testing":"testing"}