fix: add missing import
This commit is contained in:
@@ -6,6 +6,8 @@ import {
|
||||
deleteCareer,
|
||||
} from "../controllers/career.controller.js";
|
||||
|
||||
import jwtAuthMiddleware from "../middleware/auth.js";
|
||||
|
||||
const router = express.Router();
|
||||
|
||||
router.get("/getAll", getAllCareers);
|
||||
|
||||
Reference in New Issue
Block a user