Skip to content

Commit d79d3bd

Browse files
committed
🐛 Fixes
1 parent 3498cad commit d79d3bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routes/dutch.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ router.get("/", function (req, res) {
5050
pronunciation.charAt(0).toUpperCase() + pronunciation.slice(1)
5151
),
5252
});
53+
console.log(dutchRandomWord);
5354
res.send(JSON.stringify(dutchRandomWord, null, 2));
5455
})
5556
.catch(function (error) {

0 commit comments

Comments
 (0)