Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
UcsTurkey
/
flare
like
0
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
6d2594f
flare
/
controllers
/
health_controller.py
ciyidogan
Upload 20 files
171598e
verified
4 months ago
raw
Copy download link
history
blame
Safe
119 Bytes
from
fastapi
import
APIRouter
router = APIRouter()
@router.get(
"/"
)
def
health
():
return
{
"status"
:
"ok"
}