remove showURL validation

This commit is contained in:
Alex Holliday
2025-05-27 09:26:15 -07:00
parent 426545a429
commit 2758e5f050

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(""),