Created
April 14, 2016 05:13
-
-
Save kristianfreeman/db7bdc4d08d2993c3867dd2008e429df to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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