removed unnecessary
This commit is contained in:
parent
7a69a56cac
commit
1cd490a199
|
|
@ -1,8 +0,0 @@
|
|||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
@router.get("/")
|
||||
async def index():
|
||||
return {"works": True}
|
||||
Loading…
Reference in New Issue
Block a user