Exemplo n.º 1
0
def home():
    request.args = {}
    return main.send_static_file('index.html')
Exemplo n.º 2
0
def home():
  return main.send_static_file('index.html')
Exemplo n.º 3
0
def home():
    return main.send_static_file('index.html')
Exemplo n.º 4
0
def home():
  request.args = {}
  return main.send_static_file('index.html')