feat: Add meeting link
All checks were successful
Build Docker / BuildImage (push) Successful in 39s
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:
parent
8687daecfd
commit
5a27be5a3c
@ -111,6 +111,12 @@ def send_report(path):
|
|||||||
|
|
||||||
|
|
||||||
# region Special routes
|
# 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")
|
@app.route("/links")
|
||||||
def links():
|
def links():
|
||||||
return render_template("link.html")
|
return render_template("link.html")
|
||||||
|
Loading…
Reference in New Issue
Block a user