add index file to better handle db models

This commit is contained in:
Stefan Sterz 2016-02-23 17:46:07 +01:00
parent 8016a62c99
commit 2057374b47
1 changed files with 4 additions and 0 deletions

4
nodejs/models/index.js Normal file
View File

@ -0,0 +1,4 @@
module.exports = {
RCDB: require('./rcdb'),
Users: require('./users')
};