We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f550b33 commit d0c3e04Copy full SHA for d0c3e04
4 files changed
app.js
@@ -50,7 +50,7 @@ routes.init(express, app);
50
51
52
//seed
53
-require('./seeds/index').init();
+require('./seeds/index').exec();
54
55
app.use(error.log)
56
app.use(error.handler)
0 commit comments