MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / api_health_check

Function api_health_check

backend/app.py:40–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39@app.route('/api/health', methods=['GET'])
40def api_health_check():
41 return {'status': 'healthy', 'service': 'autofigure-backend', 'autofigure': True}
42
43# Register AutoFigure routes
44try:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected