diff options
author | Raphael Kabo <mail@raphaelkabo.com> | 2019-09-30 13:29:32 +0100 |
---|---|---|
committer | Raphael Kabo <mail@raphaelkabo.com> | 2019-09-30 13:29:32 +0100 |
commit | eddfe0389047ac1df5a8194d36c3bde1fcc05866 (patch) | |
tree | 353c2cd8b3615905b79964cea5feecf60919d608 /start.js | |
parent | 8ff6e9cdf8bc3f92541704c8b0e8de1c58f66ca2 (diff) |
Event group functionality
Diffstat (limited to 'start.js')
-rwxr-xr-x | start.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ mongoose.connection require('./models/Event'); require('./models/Log'); +require('./models/EventGroup'); const app = require('./app'); |