From 7aefed22d4e8b31569b495d0150fa08b92e5f97b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 29 Apr 2016 12:56:26 +0200 Subject: [PATCH] Using unused parameter --- pillar/application/modules/file_storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar/application/modules/file_storage.py b/pillar/application/modules/file_storage.py index 9421119e..58e2e328 100644 --- a/pillar/application/modules/file_storage.py +++ b/pillar/application/modules/file_storage.py @@ -482,4 +482,4 @@ def setup_app(app, url_prefix): app.on_delete_item_files += before_deleting_file - app.register_blueprint(file_storage, url_prefix='/storage') + app.register_blueprint(file_storage, url_prefix=url_prefix)