add index file to better handle db models
This commit is contained in:
parent
8016a62c99
commit
2057374b47
1 changed files with 4 additions and 0 deletions
4
nodejs/models/index.js
Normal file
4
nodejs/models/index.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
module.exports = {
|
||||
RCDB: require('./rcdb'),
|
||||
Users: require('./users')
|
||||
};
|
Reference in a new issue