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 ac0f12a commit 5ee6d7cCopy full SHA for 5ee6d7c
src/app.py
@@ -99,6 +99,10 @@ def credits():
99
def gamejam():
100
return flask.render_template('gamejam.html')
101
102
+@app.route('/docs')
103
+def docs():
104
+ return flask.redirect('https://devcade-docs.csh.rit.edu')
105
+
106
@app.errorhandler(Exception)
107
def page404(e):
108
eCode = 500
0 commit comments