Exemple #1
0
def index():
    """
    Show status
    """
    es_service = EsService()
    return jsonify(es_service.get_status())