feat: add image upload for health package
This commit is contained in:
@@ -141,6 +141,7 @@ export const createPackage = async (req, res) => {
|
||||
slug,
|
||||
description,
|
||||
price,
|
||||
image,
|
||||
discountedPrice,
|
||||
inclusions,
|
||||
categoryId,
|
||||
@@ -155,6 +156,7 @@ export const createPackage = async (req, res) => {
|
||||
slug,
|
||||
description,
|
||||
price,
|
||||
image,
|
||||
discountedPrice,
|
||||
inclusions,
|
||||
categoryId: Number(categoryId),
|
||||
|
||||
Reference in New Issue
Block a user