Skip to content

Commit

Permalink
Nová API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
radimvaculik authored May 30, 2024
1 parent 83298b7 commit 92d5b60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Utils/Fio.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}

/**
* @see doc https://www.fio.sk/docs/cz/API_Bankovnictvi.pdf
* @support 1.7.7
* @see doc https://www.fio.cz/docs/cz/API_Bankovnictvi.pdf
* @support 1.8
*/
final class Fio
{
/** @var string url Fio REST API */
public const REST_URL = 'https://www.fio.cz/ib_api/rest/';
public const REST_URL = 'https://fioapi.fio.cz/v1/rest/';

private function __construct()
{
Expand Down

0 comments on commit 92d5b60

Please sign in to comment.