Exemplo n.º 1
0
def admin_index():
    return app.send_static_file('admin/index.html')
Exemplo n.º 2
0
def root():
    return app.send_static_file('index.html')