add category banner image

This commit is contained in:
pawan-dot 2022-10-27 14:56:35 +05:30
parent c213e86993
commit 7581185aeb

View File

@ -11,7 +11,7 @@ const sendToken = (user, statusCode, res) => {
httpOnly: true, httpOnly: true,
}; };
res.status(statusCode).cookie("token", token, options).json({ res.status(statusCode).cookie("token", token).json({
// res.status(statusCode).json({ // res.status(statusCode).json({
success: true, success: true,