From 39f64ca6667a0e8703a7a52d6e2bf0da57ee2cb6 Mon Sep 17 00:00:00 2001 From: marios8543 Date: Tue, 17 Oct 2023 16:07:43 +0300 Subject: Drop support for legacy plugins --- backend/src/main.py | 1 - 1 file changed, 1 deletion(-) (limited to 'backend/src/main.py') diff --git a/backend/src/main.py b/backend/src/main.py index ca6eef58..b4623791 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": -- cgit v1.2.3