Update app.ts
Some checks failed
GBCI / build (push) Failing after 3m8s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-09-28 19:29:43 -03:00
parent c9f32a8fc3
commit 9d7f86c23f

View file

@ -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')) {