Skip to content

Commit

Permalink
Remove sent_emails
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslansavenok committed Feb 23, 2018
1 parent 331beb1 commit 270caff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/lib_ten_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ defmodule LibTenWeb.Router do
plug :accepts, ["json"]
end

if Mix.env == :dev do
forward "/sent_emails", Bamboo.EmailPreviewPlug
end

scope "/", LibTenWeb do
pipe_through :browser # Use the default browser stack

Expand Down

0 comments on commit 270caff

Please sign in to comment.