generated from Luis/nextjs-python-web-template
first running test get and post :)
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user