generate openapi
This commit is contained in:
@@ -3,6 +3,6 @@ from fastapi import APIRouter
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
@router.get("/health")
|
||||
@router.get("/health", include_in_schema=False)
|
||||
async def health() -> str:
|
||||
return "OK"
|
||||
|
||||
Reference in New Issue
Block a user