Skip to content

Instantly share code, notes, and snippets.

@yurijserrano
Created March 3, 2024 05:33
Show Gist options
  • Save yurijserrano/7b522984cb7e8863e69a33bef4b9df5d to your computer and use it in GitHub Desktop.
Save yurijserrano/7b522984cb7e8863e69a33bef4b9df5d to your computer and use it in GitHub Desktop.
FIX - Page Code
// POST method route
app.post('/', function (req, res) {
res.send('POST received');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment