Skip to content

Commit

Permalink
update API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
soukicz authored May 30, 2024
1 parent 63b9718 commit e4d8683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FioApi/UrlBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class UrlBuilder
{
const BASE_URL = 'https://www.fio.cz/ib_api/rest/';
const BASE_URL = 'https://fioapi.fio.cz/v1/rest/';

/** @var string */
protected $token;
Expand Down

0 comments on commit e4d8683

Please sign in to comment.