Skip to content

Commit

Permalink
fix: new url for frankfurter.app, now use api.frankfurter.app
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryPaulo committed Oct 1, 2024
1 parent 6433019 commit 8b347d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def get_api_endpoint(service_provider: str | None = None, use_http: bool = False
if service_provider == "exchangerate.host":
api = "api.exchangerate.host/convert"
elif service_provider == "frankfurter.app":
api = "frankfurter.app/{transaction_date}"
api = "api.frankfurter.app/{transaction_date}"

protocol = "https://"
if use_http:
Expand Down

0 comments on commit 8b347d9

Please sign in to comment.