Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created October 23, 2018 12:23
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 luandevpro/4306a8471180beb9f62ea7e037ae0265 to your computer and use it in GitHub Desktop.
Save luandevpro/4306a8471180beb9f62ea7e037ae0265 to your computer and use it in GitHub Desktop.
var express = require("express");
router = express.Router();
mainController = require("./controllers/main.controller");
// export router
module.exports = router;
// set router home
router.get("/" , mainController.showHome)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment