Skip to content

Commit a191661

Browse files
committed
Removed references to about page
1 parent 066f4a4 commit a191661

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/app.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
def homepage():
1212
return flask.render_template('home.html')
1313

14-
@app.route('/about')
15-
def aboutpage():
16-
return flask.render_template('about.html')
17-
1814
@app.route('/catalog')
1915
def catalogpage():
2016
games = requests.get(app.config["DEVCADE_API_URI"] + "games/gamelist").json()

src/templates/about.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)