Add metacity redirect

pull/2/head
Noah 2015-04-14 19:21:33 +00:00
padre ca9e34f117
commit 29d178793d
Se han modificado 1 ficheros con 6 adiciones y 0 borrados

Ver fichero

@ -98,6 +98,12 @@ def legacy_download():
def legacy_url(page):
return redirect("/{}".format(page), code=301)
@app.route("/metacity")
def legacy_metacity():
return redirect("https://github.com/kirsle/linux-themes", code=301)
@app.route("/ssl_test")
@login_required
def ssl_test():