fix content type typo
This commit is contained in:
parent
a511c3c3fa
commit
5d709c80b3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ defmodule Web.FeedController do
|
||||||
|> Atomex.generate_document()
|
|> Atomex.generate_document()
|
||||||
|
|
||||||
conn
|
conn
|
||||||
|> put_resp_content_type("applicatin/atom+xml")
|
|> put_resp_content_type("application/atom+xml")
|
||||||
|> send_resp(200, feed)
|
|> send_resp(200, feed)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue