Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/66581883ccb27c16a285bcbd1077a706 to your computer and use it in GitHub Desktop.
Save zoffixznet/66581883ccb27c16a285bcbd1077a706 to your computer and use it in GitHub Desktop.
get /^/ => { content_type 'application/json'; False; }
post /^/ => { content_type 'application/json'; False; }
put /^/ => { content_type 'application/json'; False; }
delete /^/ => { content_type 'application/json'; False; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment