hotfix: fixes /mecze endpoint not working (cause of a wrong API call)
This commit is contained in:
@@ -95,7 +95,7 @@ def stats():
|
||||
return 200, "ok", data_to_send
|
||||
|
||||
# GET /api/v1/matches
|
||||
def get_matches(r, id_zawodnika: str | None = None):
|
||||
def get_matches(r = None, id_zawodnika: str | None = None):
|
||||
"""
|
||||
Zwraca mecze.
|
||||
Przykład wywołania:
|
||||
|
||||
Reference in New Issue
Block a user