Updates Project Dependencies

This commit is contained in:
2024-05-14 06:07:24 -03:00
parent 467945d931
commit 0e1e49cb1a
4 changed files with 43 additions and 162 deletions

View File

@@ -1,7 +1,7 @@
from fastapi import APIRouter
from fastapi_utils.cbv import cbv
from fastapi_utils.inferring_router import InferringRouter
health_router = InferringRouter()
health_router = APIRouter()
@cbv(health_router)