修正了typo, WebDev -> WebDav

This commit is contained in:
Yudong
2024-09-19 14:15:31 +08:00
parent 212d15fdd0
commit df222ded12
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ const config = getServerSideConfig();
const mergedAllowedWebDavEndpoints = [
...internalAllowedWebDavEndpoints,
...config.allowedWebDevEndpoints,
...config.allowedWebDavEndpoints,
].filter((domain) => Boolean(domain.trim()));
const normalizeUrl = (url: string) => {