diff --git a/index.js b/index.js index f5b9faf..4f0b3c4 100644 --- a/index.js +++ b/index.js @@ -55,7 +55,7 @@ app.post('/', async (req, res) => { const countryCode = req.body.countryCode; }; }); -// Run the server! +// Run the server! const start = async () => { try { await app.listen(5000);