Skip to content

Commit 891c0c1

Browse files
authored
Update signular plugin search url
1 parent beaa0c5 commit 891c0c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎Torch.API/WebAPI/PluginQuery.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class PluginQuery
1919
#endif
2020

2121

22-
private const string PLUGIN_QUERY = "https://torchapi.com/api/plugins/item/{0}";
22+
private const string PLUGIN_QUERY = "https://torchapi.com/api/plugins/search/{0}";
2323
private readonly HttpClient _client;
2424
private static readonly Logger Log = LogManager.GetCurrentClassLogger();
2525

0 commit comments

Comments
 (0)