www/ui/ -> ui/
This commit is contained in:
parent
8e01063f94
commit
ce8800652d
@ -149,7 +149,7 @@ class API:
|
|||||||
|
|
||||||
return send_from_directory('static-data/www/public/', path)
|
return send_from_directory('static-data/www/public/', path)
|
||||||
|
|
||||||
@app.route('/www/ui/<path:path>')
|
@app.route('/ui/<path:path>')
|
||||||
def ui_private(path):
|
def ui_private(path):
|
||||||
startTime = math.floor(time.time())
|
startTime = math.floor(time.time())
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user