Ejemplo n.º 1
0
def healthRoute():
    return jsonify(generateHealthReport(consumers, feedService.lastCanaryTime))
Ejemplo n.º 2
0
def healthRoute():
    return jsonify(generateHealthReport(consumers))