This commit is contained in:
2023-11-26 13:12:14 +01:00
parent e007d98985
commit 2142785618
8 changed files with 15 additions and 13 deletions

View File

@@ -1,4 +1,5 @@
from fastapi import APIRouter
from ..api_outputs import Machine, Status
router = APIRouter()
@@ -7,4 +8,4 @@ router = APIRouter()
@router.get("/health", include_in_schema=True)
async def health() -> Machine: #str:
return Machine(name="test", status=Status.ONLINE)
# return "OK"
# return "OK"