Disable WebDav
This commit is contained in:
parent
61df58cc7b
commit
1e3833f7d0
3 changed files with 4 additions and 5 deletions
|
@ -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)
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue