Front End for Domain Whitelist.

This commit is contained in:
gaba
2017-02-07 13:07:22 -08:00
parent d93dfe55af
commit d08a9fb7b2
6 changed files with 63 additions and 7 deletions
-4
View File
@@ -67,10 +67,6 @@ const SettingSchema = new Schema({
whitelist: {
type: Array,
default: ['localhost']
},
enable: {
type: Boolean,
default: true
}
}
}, {