summaryrefslogtreecommitdiff
path: root/start.js
diff options
context:
space:
mode:
authorRaphael Kabo <mail@raphaelkabo.com>2019-09-30 13:29:32 +0100
committerRaphael Kabo <mail@raphaelkabo.com>2019-09-30 13:29:32 +0100
commiteddfe0389047ac1df5a8194d36c3bde1fcc05866 (patch)
tree353c2cd8b3615905b79964cea5feecf60919d608 /start.js
parent8ff6e9cdf8bc3f92541704c8b0e8de1c58f66ca2 (diff)
Event group functionality
Diffstat (limited to 'start.js')
-rwxr-xr-xstart.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/start.js b/start.js
index 1bf0456..b47d73c 100755
--- a/start.js
+++ b/start.js
@@ -20,6 +20,7 @@ mongoose.connection
require('./models/Event');
require('./models/Log');
+require('./models/EventGroup');
const app = require('./app');