增加example.js
This commit is contained in:
parent
5f886955af
commit
f79eccb110
|
@ -0,0 +1,2 @@
|
|||
// connect to db
|
||||
// use
|
|
@ -0,0 +1 @@
|
|||
const dbConnector = require('../db/example')
|
|
@ -0,0 +1,5 @@
|
|||
const ExampleModel = require('../model/example')
|
||||
|
||||
class ExampleService {}
|
||||
|
||||
module.exports = new ExampleService();
|
Loading…
Reference in New Issue