Skip to content

Instantly share code, notes, and snippets.

@ShariqT
Created December 6, 2021 23:39
Show Gist options
  • Save ShariqT/357a880ddbc49cd6289fa2b58303deab to your computer and use it in GitHub Desktop.
Save ShariqT/357a880ddbc49cd6289fa2b58303deab to your computer and use it in GitHub Desktop.
backend-router2.js
import cancelPostcard from "./postcard/delete.js";
router.get("/postcard/cancel/:id", cancelPostcard);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment