Skip to content

Commit

Permalink
clients => clients/ (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastheman authored May 6, 2024
1 parent f667ed9 commit 81bbc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/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 81bbc78

Please sign in to comment.