Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. delete: async ctx => {
  2. ctx.body = await strapi.plugins['content-manager'].services['contentmanager'].delete(ctx.params, ctx.request.query);
  3.  
  4. // This is just a request to another service
  5. // that triggers the SSG build.
  6. await build.triggerSSGBuild();
  7. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement