Add metacity redirect

pull/2/head
Noah 2015-04-14 19:21:33 +00:00
父節點 ca9e34f117
當前提交 29d178793d
共有 1 個檔案被更改,包括 6 行新增0 行删除

查看文件

@ -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():