Disable WebDav

This commit is contained in:
Artur Gurgul 2025-03-19 22:05:31 +01:00
parent 61df58cc7b
commit 1e3833f7d0
3 changed files with 4 additions and 5 deletions

View file

@ -1,3 +1,4 @@
/*
import { v2 as webdav } from 'webdav-server';
// 1. Create a user manager and add a user
@ -27,3 +28,4 @@ server.setFileSystem('/', publicFileSystem, (success) => {
});
export const webdavMiddleware = webdav.extensions.express("/", server)
*/