mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-25 16:11:26 +08:00
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
var Model = require('../../model');
|
|
|
|
module.exports = Model.spawn({
|
|
collection: 'settings'
|
|
}); |