From ce8800652de90f35f6eef3758ece4c46479e7aec Mon Sep 17 00:00:00 2001 From: Arinerron Date: Mon, 30 Jul 2018 22:02:01 -0700 Subject: [PATCH] www/ui/ -> ui/ --- onionr/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onionr/api.py b/onionr/api.py index 4da9364c..ccfc39db 100755 --- a/onionr/api.py +++ b/onionr/api.py @@ -149,7 +149,7 @@ class API: return send_from_directory('static-data/www/public/', path) - @app.route('/www/ui/') + @app.route('/ui/') def ui_private(path): startTime = math.floor(time.time())