Add HTTPoison and FastHtml
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user