Skip to content

Commit

Permalink
URI.append_path func not in elixir 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Mar 11, 2024
1 parent 073da47 commit 751f1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prima_auth0_ex/openid_configuration.ex
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ defmodule PrimaAuth0Ex.OpenIDConfiguration do
do:
base_url
|> URI.new!()
|> URI.append_path("/.well-known/openid-configuration")
|> URI.merge("/.well-known/openid-configuration")
|> URI.to_string()
end

0 comments on commit 751f1ec

Please sign in to comment.