Skip to content

Instantly share code, notes, and snippets.

@WoolDoughnut310
Created October 28, 2022 15:10
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 WoolDoughnut310/2e7c9914a2bbd27f12a61d8b882f352b to your computer and use it in GitHub Desktop.
Save WoolDoughnut310/2e7c9914a2bbd27f12a61d8b882f352b to your computer and use it in GitHub Desktop.
import express from "express";
import verifyAuth from "../middlewares/verifyAuth";
const router = express.Router();
router.use(verifyAuth());
export default router;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment