feat: Add meeting link
All checks were successful
Build Docker / BuildImage (push) Successful in 39s

Note this link is not fully integrated with calendar yet
This commit is contained in:
Nathan Woodburn 2024-08-15 14:47:30 +10:00
parent 8687daecfd
commit 5a27be5a3c
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -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")