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