diff --git a/app.js b/app.js index 44ecca787..fa1524fe6 100644 --- a/app.js +++ b/app.js @@ -84,5 +84,5 @@ app.get('/todo', function (req, res) { // Logging to console console.log(`Todolist running on http://0.0.0.0:${port}`) }); -// Export app +// Export app// module.exports = app; diff --git a/views/todo.ejs b/views/todo.ejs index 312004e87..30fc9e198 100644 --- a/views/todo.ejs +++ b/views/todo.ejs @@ -89,7 +89,7 @@
-