Exemple #1
0
 def get(self):
     config = current_app.app_config
     return health_check(config)
Exemple #2
0
def health():
    config = current_app.app_config
    return health_check(config)