From 9d7f86c23ffbba9fa1d748a55da82a33e9a81fec Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 28 Sep 2025 19:29:43 -0300 Subject: [PATCH] Update app.ts --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index e337376a..0f5b003a 100644 --- a/src/app.ts +++ b/src/app.ts @@ -237,7 +237,7 @@ export class GBServer { GBServer.globals.webDavServer = await GBCoreService.createWebDavServer(minInstances); - server.all('*', async (req, res, next) => { + server.all(/.*/, async (req, res, next) => { const host = req.headers.host; if (req.originalUrl.startsWith('/logs')) {