Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grych committed Jun 22, 2018
1 parent 296dd15 commit 08b4f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/drab/config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ defmodule Drab.Config do
get(:endpoint) || find_endpoint_in_app_env() || find_endpoint_in_config_exs()
end

@spec endpoint :: atom
@spec find_endpoint_in_app_env :: atom
defp find_endpoint_in_app_env() do
case app_env() do
[{ep, _}] -> ep
Expand Down

0 comments on commit 08b4f0c

Please sign in to comment.