예제 #1
0
def robots():
    return app.send_static_file("robots/" + request.path[1:])
예제 #2
0
def favicon():
    return app.send_static_file("images/" + request.path[1:])