Set settings model as well

This commit is contained in:
David Erwin
2017-01-27 10:01:58 -05:00
parent c071484357
commit 744fce4563
+1 -1
View File
@@ -23,7 +23,7 @@ const SettingSchema = new Schema({
'PRE',
'POST'
],
default: 'PRE'
default: 'POST'
},
infoBoxEnable: {
type: Boolean,