Skip to content

Instantly share code, notes, and snippets.

@Ndohjapan
Created May 16, 2021 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ndohjapan/824f8070f9e67507b23e9efdf7996efa to your computer and use it in GitHub Desktop.
Save Ndohjapan/824f8070f9e67507b23e9efdf7996efa to your computer and use it in GitHub Desktop.
app.post("/upload", (req, res) => {
// This is the response sent to the user in the browser once the file recieved
res.send("Hello World")
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment