Use the mix phoenix.routes to list out all your routes: > mix phoenix.routes page_path GET / RealtimeUsers.PageController :index hello_path GET /hello RealtimeUsers.HelloController :index hello_path GET /hello/:messenger RealtimeUsers.HelloController :show