修正了typo,WHITE_WEBDEV_ENDPOINTS -> WHITE_WEBDAV_ENDPOINTS

This commit is contained in:
Yudong
2024-09-19 11:20:18 +08:00
parent b5ba05dd83
commit 212d15fdd0
5 changed files with 5 additions and 5 deletions

View File

@@ -155,7 +155,7 @@ export const getServerSideConfig = () => {
// );
const allowedWebDevEndpoints = (
process.env.WHITE_WEBDEV_ENDPOINTS ?? ""
process.env.WHITE_WEBDAV_ENDPOINTS ?? ""
).split(",");
return {