Skip to content

Instantly share code, notes, and snippets.

@srenault
Created November 3, 2015 15:37
Show Gist options
  • Save srenault/426f3c67e02cdd684592 to your computer and use it in GitHub Desktop.
Save srenault/426f3c67e02cdd684592 to your computer and use it in GitHub Desktop.
prismic.withContext(req,res).then(function(err, ctx) {
ctx.api.forms('archive').ref(ctx.ref).submit(function(err, response) {
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment