diff options
Diffstat (limited to 'backend/src/main.py')
| -rw-r--r-- | backend/src/main.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/src/main.py b/backend/src/main.py index 83a4b997..1c7c44d1 100644 --- a/backend/src/main.py +++ b/backend/src/main.py @@ -87,7 +87,6 @@ class PluginManager: for route in list(self.web_app.router.routes()): self.cors.add(route) # type: ignore self.web_app.add_routes([static("/static", path.join(path.dirname(__file__), '..', 'static'))]) - self.web_app.add_routes([static("/legacy", path.join(path.dirname(__file__), 'legacy'))]) def exception_handler(self, loop: AbstractEventLoop, context: Dict[str, str]): if context["message"] == "Unclosed connection": |
