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 066f4a4 commit a191661Copy full SHA for a191661
src/app.py
@@ -11,10 +11,6 @@
11
def homepage():
12
return flask.render_template('home.html')
13
14
-@app.route('/about')
15
-def aboutpage():
16
- return flask.render_template('about.html')
17
-
18
@app.route('/catalog')
19
def catalogpage():
20
games = requests.get(app.config["DEVCADE_API_URI"] + "games/gamelist").json()
src/templates/about.html
0 commit comments