Skip to content

Instantly share code, notes, and snippets.

@kristianfreeman
Created April 14, 2016 05:13
Show Gist options
  • Save kristianfreeman/db7bdc4d08d2993c3867dd2008e429df to your computer and use it in GitHub Desktop.
Save kristianfreeman/db7bdc4d08d2993c3867dd2008e429df to your computer and use it in GitHub Desktop.
scope “/api”, SampleApp do
pipe_through :api
get “/webhook”, WebhookController, :index
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment