Merge pull request #163 from ChatGPTNextWeb/main

merge
This commit is contained in:
sijinhui
2024-09-19 21:33:17 +08:00
committed by GitHub
6 changed files with 8 additions and 8 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) => {