mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-07 08:55:12 -04:00
Merge branch 'develop' of https://github.com/twann4/onionshare into twann4-develop
This commit is contained in:
commit
1ca0c2a437
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class Web:
|
||||||
self.app.static_url_path = self.static_url_path
|
self.app.static_url_path = self.static_url_path
|
||||||
self.app.add_url_rule(
|
self.app.add_url_rule(
|
||||||
self.static_url_path + "/<path:filename>",
|
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,
|
view_func=self.app.send_static_file,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue