Skip to content

Instantly share code, notes, and snippets.

@evaldobratti
Created September 9, 2020 13:11
Show Gist options
  • Save evaldobratti/15cc1cf42a9e4b7219763ae1b33a71a2 to your computer and use it in GitHub Desktop.
Save evaldobratti/15cc1cf42a9e4b7219763ae1b33a71a2 to your computer and use it in GitHub Desktop.
lib/server_web/router.ex
scope "/api", ServerWeb do
pipe_through :api
get "/files", FileController, :index
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment