Spaces:
Sleeping
Sleeping
| from fastapi import APIRouter | |
| route= APIRouter() | |
| async def check_service_health(): | |
| return {"status": "ok", "message": "Service is still alive LOL.", "service": "fitfinder-ai"} | |
| from fastapi import APIRouter | |
| route= APIRouter() | |
| async def check_service_health(): | |
| return {"status": "ok", "message": "Service is still alive LOL.", "service": "fitfinder-ai"} | |