We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c18516 commit 2800422Copy full SHA for 2800422
controller/productCtrl.js
@@ -1,4 +1,5 @@
1
const Product = require("../models/productModel");
2
+const User = require("../models/userModel")
3
const asyncHandler = require("express-async-handler");
4
const slugify = require("slugify");
5
0 commit comments