PhoenixRouteValidator
Detect conflicting routes defined in a Phoenix project.
Installation
The package can be installed by adding phoenix_route_validator to your list of dependencies in mix.exs:
def deps do
[
{:phoenix_routes_validator, "~> 0.1.0"}
]
endDocumentation
Documentation can be found at https://hexdocs.pm/phoenix_route_validator.