missing setting

This commit is contained in:
Craig Lawson
2026-01-11 18:23:58 +00:00
parent 418068e702
commit 76ab2695db
+4
View File
@@ -55,6 +55,10 @@ const AppSettingsSchema = mongoose.Schema(
type: Boolean,
default: true,
},
showURL: {
type: Boolean,
default: false,
},
singleton: {
type: Boolean,
required: true,