diff --git a/server.py b/server.py index c7d1ab3..76bc508 100644 --- a/server.py +++ b/server.py @@ -111,6 +111,12 @@ def send_report(path): # region Special routes +@app.route("/meet") +@app.route("/meeting") +@app.route("/appointment") +def meet(): + return redirect("https://cloud.woodburn.au/apps/calendar/appointment/PamrmmspWJZr", code=302) + @app.route("/links") def links(): return render_template("link.html")