conflict resolved

This commit is contained in:
ROSHAN GARG 2024-10-03 16:28:51 +05:30
parent 7056d178f9
commit 5cb19705eb

View File

@ -22,7 +22,7 @@ import {
} from "./rdOrderController.js";
import { isAuthenticatedRD } from "../../middlewares/rdAuth.js";
import { authorizeRoles } from "../../middlewares/auth.js";
import { authorizeRoles, isAuthenticatedUser } from "../../middlewares/auth.js";
const router = express.Router();
router.route("/rd-place-order").post(isAuthenticatedRD, createOrderRD);