mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Merge branch 'develop' of https://github.com/twann4/onionshare into twann4-develop
This commit is contained in:
commit
54f204fc5d
@ -191,7 +191,7 @@ class Web:
|
||||
self.app.static_url_path = self.static_url_path
|
||||
self.app.add_url_rule(
|
||||
self.static_url_path + "/<path:filename>",
|
||||
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,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user