def redirect(handler): return tubes.redirect("/", code=301)
def index(request): '''return the index''' return tubes.redirect('/files/index.html', code=302)
def index(req): return tubes.redirect('/static/index.html', code=302)