|
@@ -16,5 +16,5 @@ schema.plugin(metaPlugin);
|
|
|
|
|
|
module.exports = app => {
|
|
module.exports = app => {
|
|
const { mongoose } = app;
|
|
const { mongoose } = app;
|
|
- return mongoose.model('Set', schema, 'set');
|
|
|
|
|
|
+ return mongoose.model('Set', schema, 'setting_set');
|
|
};
|
|
};
|