Skip to content

Commit e4facaa

Browse files
committed
temporarily ignore API pipeline in router.ex as not used (yet!) #23
1 parent 720c672 commit e4facaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/atm_web/router.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ defmodule AtmWeb.Router do
1010
plug :put_secure_browser_headers
1111
end
1212

13-
pipeline :api do
14-
plug :accepts, ["json"]
15-
end
13+
# pipeline :api do
14+
# plug :accepts, ["json"]
15+
# end
1616

1717
scope "/", AtmWeb do
1818
pipe_through :browser

0 commit comments

Comments
 (0)