Hello World

Welcome to your BUCC App Template with theme switching!

FastAPI Health Check

{
  "error": "Failed to call API: fetch failed",
  "status": 0,
  "statusText": "Network Error"
}

MFC API Health Check

{
  "data": {
    "status": "healthy",
    "timestamp": "2025-12-05T14:10:45.257Z",
    "service": "mfc-middleware-api",
    "env": "uat",
    "_mfc": {
      "appVersion": "main.7.1"
    }
  },
  "status": 200,
  "statusText": "OK"
}