Skip to content

Commit

Permalink
Temp route / to users index
Browse files Browse the repository at this point in the history
  • Loading branch information
pehuen-rodriguez committed Apr 9, 2020
1 parent 67c29d1 commit 897f0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/recumap_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule RecumapWeb.Router do
scope "/", RecumapWeb do
pipe_through :browser

get "/", PageController, :index
get "/", UserController, :index

resources "/users", UserController
end
Expand Down

0 comments on commit 897f0ab

Please sign in to comment.