Beispiel #1
0
def ru_menu():
    ru = RU()
    json = ru.get_menu()
    return jsonify(json)
Beispiel #2
0
def ru_menu():
    ru = RU()
    json_response = ru.get_menu()
    return jsonify(days=json_response)
Beispiel #3
0
def ru_menu():
    ru = RU()
    json_response = ru.get_menu()
    return jsonify(days=json_response)
Beispiel #4
0
def ru_menu():
    ru = RU()
    json = ru.get_menu()
    return jsonify(json)