Skip to content

Instantly share code, notes, and snippets.

@lpeppe
Last active April 24, 2021 07:34
Show Gist options
  • Save lpeppe/b47db9ff3d881835f5e9baaf5d3d144a to your computer and use it in GitHub Desktop.
Save lpeppe/b47db9ff3d881835f5e9baaf5d3d144a to your computer and use it in GitHub Desktop.
defmodule PhxHealthcheckWeb.Router do
use PhxHealthcheckWeb, :router
get "/status", PhxHealthcheckWeb.HealthcheckController, :status
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment