This commit is contained in:
parent
c9f32a8fc3
commit
9d7f86c23f
1 changed files with 1 additions and 1 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Add table
Reference in a new issue