Remove about path
This commit is contained in:
8
app.py
8
app.py
@@ -94,10 +94,10 @@ def favicon():
|
||||
return send_from_directory(os.path.join(app.root_path, 'static'),
|
||||
'favicon.ico', mimetype='image/vnd.microsoft.icon')
|
||||
|
||||
@app.route('/about')
|
||||
def about():
|
||||
return send_from_directory(os.path.join(app.root_path, 'static'),
|
||||
'about.html')
|
||||
# @app.route('/about')
|
||||
# def about():
|
||||
# return send_from_directory(os.path.join(app.root_path, 'static'),
|
||||
# 'about.html')
|
||||
|
||||
if __name__ == "__main__":
|
||||
logging.info('Starting erdbeerhannah v1.0.1')
|
||||
|
Reference in New Issue
Block a user