@ -55,7 +55,7 @@ app.post('/', async (req, res) => { const countryCode = req.body.countryCode;
};
});
// Run the server!
const start = async () => {
try {
await app.listen(5000);