Skip to content

Instantly share code, notes, and snippets.

@damonvjanis
Created August 21, 2020 21:55
Show Gist options
  • Save damonvjanis/6ce4c1a49daf365effa8c07c91e98b26 to your computer and use it in GitHub Desktop.
Save damonvjanis/6ce4c1a49daf365effa8c07c91e98b26 to your computer and use it in GitHub Desktop.
router.ex
scope "/api", MyAppWeb do
pipe_through :api
post "/inbound", InboundController, :create
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment