From e1cf854d27ace9099f8bd1ab0a7e31068b654c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20Jurmanovi=C4=87?= Date: Wed, 17 Apr 2024 20:53:36 +0200 Subject: [PATCH] remove static plugin --- src/app.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index a9e4e54..91f5290 100644 --- a/src/app.ts +++ b/src/app.ts @@ -258,7 +258,6 @@ const app = new Elysia() }, }) ) - .use(staticPlugin()) .use(taskPlugin) .use(botPlugin) .listen(config.PORT);