Skip to content

Commit

Permalink
fix(AtomFeed): handle HEAD requests (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree authored Mar 9, 2024
1 parent 7592e0d commit af7d1df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/cf_atom_feed/lib/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ defmodule CF.AtomFeed.Router do
use Plug.Router
require Logger

plug(Plug.Head)
plug(:match)
plug(:dispatch)

Expand Down

0 comments on commit af7d1df

Please sign in to comment.