Skip to content

Commit e62485d

Browse files
committed
fix(heroku): fixed heroku deploy
1 parent 60b96a5 commit e62485d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ app.use('/analytics', passport.authenticate("jwt", {session: false}), analytics)
2525
app.use('/user', user);
2626
db.sequelize.sync().then(() => {
2727
app.listen(port, function () {
28-
console.log(`Example app listening on port ${port}!`);
28+
console.log(`Example app listening on port ${port}!!`);
2929
});
3030
});

0 commit comments

Comments
 (0)