Skip to content

Commit

Permalink
Added "plugins.cheshirecat.ai" endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
valentimarco committed Aug 7, 2023
1 parent 2e6cc5a commit 3a543d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cat/routes/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ async def delete_plugin(plugin_id: str, request: Request) -> Dict:

async def get_registry_list():
try:
response = requests.get("http://192.168.1.120:8000/plugins?page=1&page_size=7000")
response = requests.get("https://plugins.cheshirecat.ai/plugins?page=1&page_size=7000")
if response.status_code == 200:
return response.json()["plugins"]
else:
Expand Down

0 comments on commit 3a543d9

Please sign in to comment.