From 548ba64bed13cfeae4ae8f6ded67b26fa8b0b788 Mon Sep 17 00:00:00 2001 From: lamya-rey <61109480+lamya-rey@users.noreply.github.com> Date: Wed, 17 Feb 2021 20:03:48 +0100 Subject: [PATCH] :sparkles: add 3 API --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);