From ea7826812466a3918645af65a0bb6a6e07d94acc Mon Sep 17 00:00:00 2001 From: Mehari Tesfaye Lakew <88460961+mehari123@users.noreply.github.com> Date: Thu, 20 Jul 2023 15:14:56 +0300 Subject: [PATCH] Update compRoute.js --- routes/compRoute.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/routes/compRoute.js b/routes/compRoute.js index 8417fe1..7b08660 100644 --- a/routes/compRoute.js +++ b/routes/compRoute.js @@ -1,3 +1,5 @@ + +// comment const express = require("express"); const router = express.Router(); const {protect} = require("../controllers/companyAuth"); @@ -69,4 +71,4 @@ router.post("/postJob",protect,async (req,res) =>{ -module.exports = router; \ No newline at end of file +module.exports = router;