first running test get and post :)

This commit is contained in:
Georg-Stahn
2023-11-20 22:45:31 +01:00
committed by Luis-Hebendanz
parent 115b758828
commit 16d0907da8
8 changed files with 103 additions and 54 deletions

View File

@@ -7,4 +7,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"