Skip to content

Commit

Permalink
Automatically start HTTP api when crawly starts (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
oltarasenko authored Apr 9, 2024
1 parent afc6915 commit 34e7672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/crawly/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule Crawly.Application do
end

defp maybe_enable_http_api() do
case Application.get_env(:crawly, :start_http_api?, false) do
case Application.get_env(:crawly, :start_http_api?, true) do
false ->
[]

Expand Down

0 comments on commit 34e7672

Please sign in to comment.