示例#1
0
def robots():
    return app.send_static_file('robots.txt')
def robots():
    return app.send_static_file('robots.txt')
示例#3
0
def index():
    return app.send_static_file('index.html')
def index():
    return app.send_static_file('index.html')