From 00d6362c237b6b4d466873535554d6076ead0c52 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 2 Apr 2024 14:01:41 +0100 Subject: [PATCH] GHSA-2q59-h24c-w6fg --- voila/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/voila/app.py b/voila/app.py index a83881b5e..293d815da 100644 --- a/voila/app.py +++ b/voila/app.py @@ -600,7 +600,6 @@ def init_settings(self) -> Dict: autoreload=self.autoreload, voila_jinja2_env=env, jinja2_env=server_env if JUPYTER_SERVER_2 else env, - static_path='/', server_root_dir='/', contents_manager=self.contents_manager, config_manager=self.config_manager,