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