Skip to content

Commit

Permalink
Remove unnecessary plugs in router
Browse files Browse the repository at this point in the history
  • Loading branch information
indocomsoft committed May 19, 2018
1 parent d88bf50 commit 6741360
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/cadet_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ defmodule CadetWeb.Router do
pipeline :api do
plug(:accepts, ["json"])
plug(:fetch_session)
plug(:fetch_flash)
plug(:protect_from_forgery)
plug(:put_secure_browser_headers)
end

Expand Down

0 comments on commit 6741360

Please sign in to comment.