removed unnecessary

This commit is contained in:
Robert 2024-02-25 17:04:26 +07:00
parent 7a69a56cac
commit 1cd490a199
No known key found for this signature in database
GPG Key ID: F631C7FD957D5F22

View File

@ -1,8 +0,0 @@
from fastapi import APIRouter
router = APIRouter()
@router.get("/")
async def index():
return {"works": True}