Exemplo n.º 1
0
def serve_static(filepath):
    return static_file(filepath)
Exemplo n.º 2
0
def serve_root():
    return static_file(b'index.html')
Exemplo n.º 3
0
def serve_favicon():
    return static_file(b'favicon.ico')