Skip to content

Commit

Permalink
removed invalid route and controller
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelVesnin committed Mar 16, 2017
1 parent 9e08f4d commit d97abc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/prm/web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ defmodule PRM.Web.Router do
scope "/api", PRM.Web do
pipe_through :api # Use the default browser stack

get "/", PageController, :index
resources "/doctors", DoctorController
resources "/msps", MSPController
resources "/labour_contracts", LabourContractController
Expand Down

0 comments on commit d97abc1

Please sign in to comment.