Skip to content

Commit 0d8fc45

Browse files
committed
ls
1 parent 6b1daa5 commit 0d8fc45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ function handleGetPlaylists(req, res){
102102

103103
}
104104

105-
// app.get('/', (req, res) => {
106-
// res.send('Hello, world!');
107-
// });
105+
app.get('/', (req, res) => {
106+
res.send('Hello, world!');
107+
});
108108

109109
// function handleAuth (req, res, next) {
110110
// let username = req.query.username;

0 commit comments

Comments
 (0)