diff --git a/server.py b/server.py index ea6de75..2c1b5bd 100644 --- a/server.py +++ b/server.py @@ -211,6 +211,14 @@ def delete(): #endregion +@app.route("/plugin") +def plugin(): + return redirect('https://git.woodburn.au/nathanwoodburn/firesales-plugin') + +@app.route("/docs") +def docs(): + return redirect('https://git.woodburn.au/nathanwoodburn/FireSales/wiki/Home') + @app.route("/") def catch_all(path: str): if os.path.isfile("templates/" + path):