Commit cfaa6e42 by jaymehta

.

1 parent 65fd8b31
...@@ -281,6 +281,7 @@ module.exports = createCoreController("api::experience.experience", () => ({ ...@@ -281,6 +281,7 @@ module.exports = createCoreController("api::experience.experience", () => ({
}, },
}); });
console.log("updatedExperience", updatedExperience); console.log("updatedExperience", updatedExperience);
ctx.send(updatedExperience);
}, },
async updateImage(ctx) { async updateImage(ctx) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!