Add HTTPoison and FastHtml

This commit is contained in:
Thelonius Kort
2022-12-29 22:10:44 +01:00
parent b48274eaef
commit a0b280438c
3 changed files with 15 additions and 1 deletions

View File

@ -62,3 +62,5 @@ config :phoenix, :json_library, Jason
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{config_env()}.exs"
config :floki, :html_parser, Floki.HTMLParser.FastHtml