def get(self): config = current_app.app_config return health_check(config)
def health(): config = current_app.app_config return health_check(config)