Went a little too fast right there
This commit is contained in:
parent
3c30e1ac11
commit
a8e6a09aa3
6
run.py
6
run.py
|
@ -125,10 +125,10 @@ def faq():
|
|||
def favicon():
|
||||
return send_from_directory('static', 'favicon.ico')
|
||||
@app.route('/apple-touch-icon.png')
|
||||
def favicon():
|
||||
def appleTouch():
|
||||
return send_from_directory('static', 'logo/152px.png')
|
||||
@app.route('/apple-touch-icon.png')
|
||||
def favicon():
|
||||
@app.route('/robots.txt')
|
||||
def robotsTxt():
|
||||
return send_from_directory('static', 'robots.txt')
|
||||
|
||||
# Custom 404
|
||||
|
|
Loading…
Reference in New Issue