From 32fb35caf04c96bf8aa3ae66a73f5c52f0271514 Mon Sep 17 00:00:00 2001 From: natnael yeshiwas <93379520+natiyeshi@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:06:53 +0300 Subject: [PATCH] Update compRoute.js review --- routes/compRoute.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/routes/compRoute.js b/routes/compRoute.js index 8417fe1..8c806b5 100644 --- a/routes/compRoute.js +++ b/routes/compRoute.js @@ -1,3 +1,4 @@ + const express = require("express"); const router = express.Router(); const {protect} = require("../controllers/companyAuth"); @@ -69,4 +70,4 @@ router.post("/postJob",protect,async (req,res) =>{ -module.exports = router; \ No newline at end of file +module.exports = router;