ece074a
1
2
3
4
5
6
7
8
from fastapi import APIRouter test_router = APIRouter() @test_router.get("/test") def testing(): return {"testing":"testing"}