Skip to content

Commit

Permalink
change fio api url (#152)
Browse files Browse the repository at this point in the history
* change fio api url

* skip audit
  • Loading branch information
rodlukas authored May 30, 2024
1 parent b571377 commit 82d01e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
# spust audit frontendu
- name: 🔍 JS - run audit
continue-on-error: true
run: npm run frontend:audit

# otestuj frontend (typy, linting, jest)
Expand Down
2 changes: 1 addition & 1 deletion api/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Bank:
"""

# URL adresa API Fio banky
FIO_API_URL = "https://www.fio.cz/ib_api/rest/"
FIO_API_URL = "https://fioapi.fio.cz/ib_api/rest/"
# minimalni zustatek v Kc na Fio uctu (odcita se od aktualniho zustatku)
FIO_MIN_BALANCE = 100
# mozne chyby na Fio API a prislusne chybove hlasky
Expand Down

0 comments on commit 82d01e3

Please sign in to comment.