Skip to content

Commit

Permalink
add admin function to PageController for step 4 of #1
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Apr 30, 2020
1 parent 8ce0f10 commit e0e31db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/app_web/controllers/page_controller.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ defmodule AppWeb.PageController do
end

def admin(conn, _param) do
# send_resp(conn, 200, "Admin!")
render(conn, "admin.html")
end
end

0 comments on commit e0e31db

Please sign in to comment.