diff --git a/lib/cadet_web/router.ex b/lib/cadet_web/router.ex index ad465e4c8..c53d5521b 100644 --- a/lib/cadet_web/router.ex +++ b/lib/cadet_web/router.ex @@ -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