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