Spaces:
Sleeping
Sleeping
| from fastapi import APIRouter | |
| test_router = APIRouter() | |
| def testing(): | |
| return {"testing":"testing"} |
| from fastapi import APIRouter | |
| test_router = APIRouter() | |
| def testing(): | |
| return {"testing":"testing"} |