|
|
@@ -154,8 +154,8 @@ export const getServerSideConfig = () => {
|
|
|
// `[Server Config] using ${randomIndex + 1} of ${apiKeys.length} api key`,
|
|
|
// );
|
|
|
|
|
|
- const allowedWebDevEndpoints = (
|
|
|
- process.env.WHITE_WEBDEV_ENDPOINTS ?? ""
|
|
|
+ const allowedWebDavEndpoints = (
|
|
|
+ process.env.WHITE_WEBDAV_ENDPOINTS ?? ""
|
|
|
).split(",");
|
|
|
|
|
|
return {
|
|
|
@@ -229,6 +229,6 @@ export const getServerSideConfig = () => {
|
|
|
disableFastLink: !!process.env.DISABLE_FAST_LINK,
|
|
|
customModels,
|
|
|
defaultModel,
|
|
|
- allowedWebDevEndpoints,
|
|
|
+ allowedWebDavEndpoints,
|
|
|
};
|
|
|
};
|