1.2.5
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 4m16s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 4m16s
This commit is contained in:
parent
b339a00d4b
commit
891be7d502
4
app.py
4
app.py
@ -50,9 +50,9 @@ def inject_version():
|
||||
def make_session_permanent():
|
||||
session.permanent = True
|
||||
|
||||
@app.route('/manifest.json')
|
||||
@app.route('/site.webmanifest')
|
||||
def serve_manifest():
|
||||
return send_file('manifest.json', mimetype='application/manifest+json')
|
||||
return send_from_directory(os.path.join(app.root_path, 'static'), 'site.webmanifest', mimetype='application/manifest+json')
|
||||
|
||||
@app.route("/favicon.ico")
|
||||
def favicon():
|
||||
|
Loading…
x
Reference in New Issue
Block a user