first running test get and post :)

This commit is contained in:
Georg-Stahn
2023-11-20 22:45:31 +01:00
parent d5150d47a2
commit f3888b851b
8 changed files with 102 additions and 53 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"