Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
remove treatment and event handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalotomas committed Jan 20, 2018
1 parent 57fd294 commit 5d9a0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fmke_app.erl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ start(_StartType, _StartArgs) ->
{"/pharmacies/[:id]/prescriptions", fmke_http_handler_pharmacies, prescriptions},
{"/pharmacies/[:id]/processed_prescriptions", fmke_http_handler_pharmacies, processed_prescriptions},
{"/facilities/[:id]", fmke_http_handler_facilities, []},
{"/treatments/[:id]", fmke_http_handler_treatments, []},
{"/events/[:id]", fmke_http_handler_events, []},
% {"/treatments/[:id]", fmke_http_handler_treatments, []},
% {"/events/[:id]", fmke_http_handler_events, []},
{"/staff/[:id]", fmke_http_handler_staff, []},
{"/staff/[:id]/prescriptions", fmke_http_handler_staff, prescriptions}
]}
Expand Down

0 comments on commit 5d9a0e7

Please sign in to comment.