www/ui/ -> ui/

This commit is contained in:
Arinerron 2018-07-30 22:02:01 -07:00
parent 8e01063f94
commit ce8800652d
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class API:
return send_from_directory('static-data/www/public/', path)
@app.route('/www/ui/<path:path>')
@app.route('/ui/<path:path>')
def ui_private(path):
startTime = math.floor(time.time())