Merge pull request #2353 from bluewave-labs/hotfix/validation

remove showURL validation
This commit is contained in:
Alexander Holliday
2025-05-27 09:26:37 -07:00
committed by GitHub

View File

@@ -427,7 +427,7 @@ const updateAppSettingsBodyValidation = joi.object({
checkTTL: joi.number().allow(""),
pagespeedApiKey: joi.string().allow(""),
language: joi.string().allow(""),
showURL: joi.bool().required(),
// showURL: joi.bool().required(),
systemEmailHost: joi.string().allow(""),
systemEmailPort: joi.number().allow(""),
systemEmailAddress: joi.string().allow(""),