diff --git a/cli/onionshare_cli/web/web.py b/cli/onionshare_cli/web/web.py index 56e307b4..3595c792 100644 --- a/cli/onionshare_cli/web/web.py +++ b/cli/onionshare_cli/web/web.py @@ -191,7 +191,7 @@ class Web: self.app.static_url_path = self.static_url_path self.app.add_url_rule( self.static_url_path + "/", - endpoint="static", + endpoint="onionshare-static", # This "static" line seems to raise an AssertionError, but it is not used anywhere else in the project view_func=self.app.send_static_file, )