Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/SK-736
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorvaladi committed May 6, 2024
2 parents ced7da9 + 81bbc78 commit 0baf159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/network/api/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get_clients(self, n_max: int = None):
if n_max:
_headers['X-Limit'] = str(n_max)

response = requests.get(self._get_url_api_v1('clients'), verify=self.verify, headers=_headers)
response = requests.get(self._get_url_api_v1('clients/'), verify=self.verify, headers=_headers)

_json = response.json()

Expand Down

0 comments on commit 0baf159

Please sign in to comment.