ai-service / app /api /connection.py
MohamedAbdo37
Resolve merge conflicts - keep local version
6ded84f
from fastapi import APIRouter
route= APIRouter()
@route.get("/")
async def check_service_health():
return {"status": "ok", "message": "Service is still alive LOL.", "service": "fitfinder-ai"}