Skip to content

Commit

Permalink
update hub api
Browse files Browse the repository at this point in the history
  • Loading branch information
nclack committed Sep 15, 2023
1 parent db7d7c5 commit 36ed09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npe2/_inspection/_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def get_pypi_plugins() -> Dict[str, str]:
@lru_cache
def get_hub_plugins() -> Dict[str, str]:
"""Return {name: latest_version} for all plugins on the hub."""
with request.urlopen("https://api.napari-hub.org/plugins") as r:
with request.urlopen("https://api.napari-hub.org/plugins/index/all") as r:
return json.load(r)


Expand Down

0 comments on commit 36ed09f

Please sign in to comment.