From 5542e4ae36bb5d184deaa48f95e76be477756af2 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 2 Apr 2024 14:01:41 +0100 Subject: [PATCH] Merge pull request from GHSA-2q59-h24c-w6fg --- voila/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/voila/app.py b/voila/app.py index 3ca9b22a6..bf6af891d 100644 --- a/voila/app.py +++ b/voila/app.py @@ -661,7 +661,6 @@ def init_settings(self) -> Dict: autoreload=self.autoreload, voila_jinja2_env=env, jinja2_env=server_env, - static_path="/", server_root_dir="/", contents_manager=self.contents_manager, config_manager=self.config_manager,