We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d9e45 commit b92da8cCopy full SHA for b92da8c
packet/routes/freshmen.py
@@ -6,6 +6,7 @@
6
7
8
@app.route("/")
9
+@auth.oidc_auth
10
@before_request
11
def index(info=None):
12
return redirect("/packet/" + info['uid'], 302)
packet/routes/upperclassmen.py
def index():
return redirect("/packets", 302)
0 commit comments