Skip to content

Commit 3b98ddd

Browse files
author
Chris Sevilleja
committed
fix
1 parent 7873841 commit 3b98ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ var Todo = mongoose.model('Todo', {
8383
});
8484

8585
// listen (start app with node server.js) ======================================
86-
server.listen(port);
86+
app.listen(port);
8787
console.log("App listening on port " + port);

0 commit comments

Comments
 (0)