Browse Source

add 3 API

main
lamya-rey 5 years ago
parent
commit
548ba64bed
  1. 2
      index.js

2
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);

Loading…
Cancel
Save