Commit f0d52e2d by jaymehta

.

1 parent 43383f40
......@@ -65,7 +65,10 @@ module.exports = createCoreController("api::experience.experience", () => ({
const element = ctx.request.body.data.imagesComponent[index];
finalImageArray = [...finalImageArray, { image: element }];
}
console.log(
"ctx.request.body.data.imagesComponent",
ctx.request.body.data.imagesComponent
);
// ctx.request.body.data.imagesComponent;
// Create Activity
const activity = await strapi.entityService.create(
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!