fix content type typo

This commit is contained in:
sloane 2025-05-09 16:38:19 -04:00
parent a511c3c3fa
commit 5d709c80b3
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

@ -24,7 +24,7 @@ defmodule Web.FeedController do
|> Atomex.generate_document()
conn
|> put_resp_content_type("applicatin/atom+xml")
|> put_resp_content_type("application/atom+xml")
|> send_resp(200, feed)
end