Skip to content

Commit d0c3e04

Browse files
author
devnido
committed
postman
1 parent f550b33 commit d0c3e04

File tree

4 files changed

+228
-249
lines changed

4 files changed

+228
-249
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ routes.init(express, app);
5050

5151

5252
//seed
53-
require('./seeds/index').init();
53+
require('./seeds/index').exec();
5454

5555
app.use(error.log)
5656
app.use(error.handler)

0 commit comments

Comments
 (0)