mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
8 lines
92 B
JavaScript
8 lines
92 B
JavaScript
'use strict';
|
|
/**
|
|
* model
|
|
* @type {Class}
|
|
*/
|
|
module.exports = think.model('mongo', {
|
|
|
|
}); |