first commit
This commit is contained in:
8
app/api/v1/health.py
Normal file
8
app/api/v1/health.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
@router.get("/health")
|
||||
async def health_check():
|
||||
return {"status": "ok", "service": "SuperDream"}
|
||||
Reference in New Issue
Block a user