"""Application health check.""" from marketing.models import highlight def get_health_check(): """Get the overall health check of the application. Returns: Response: the health check of the application. """ return highlight.table_health_check()