Closed nelsonic closed 7 years ago
This is no longer an issue because I'm not using this plug. but it was solved by:
def call(conn, opts) do
conn
|> put_resp_content_type("image/svg+xml")
|> send_resp(200, make_badge(42))
|> halt()
end