diff --git a/chain_service/controllers/test.py b/chain_service/controllers/test.py deleted file mode 100644 index a4d8b2a..0000000 --- a/chain_service/controllers/test.py +++ /dev/null @@ -1,8 +0,0 @@ -from fastapi import APIRouter - -router = APIRouter() - - -@router.get("/") -async def index(): - return {"works": True}