main: Updated assets location
This commit is contained in:
parent
58bce1e8bf
commit
8ab4ed574f
@ -737,7 +737,8 @@ def failed_login():
|
|||||||
# Assets
|
# Assets
|
||||||
@app.route('/assets/<path:path>')
|
@app.route('/assets/<path:path>')
|
||||||
def send_report(path):
|
def send_report(path):
|
||||||
return send_from_directory('assets', path)
|
return send_from_directory('templates/assets', path)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user