RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/webdav/server/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import './methods/addWebdavAccount';
import './methods/removeWebdavAccount';
import './methods/getWebdavFileList';
import './methods/getWebdavFilePreview';
import './methods/getFileFromWebdav';
import './methods/uploadFileToWebdav';