diff --git a/Torch.API/WebAPI/PluginQuery.cs b/Torch.API/WebAPI/PluginQuery.cs index d095be3..d120c11 100644 --- a/Torch.API/WebAPI/PluginQuery.cs +++ b/Torch.API/WebAPI/PluginQuery.cs @@ -14,7 +14,7 @@ namespace Torch.API.WebAPI public class PluginQuery { private const string ALL_QUERY = "https://torchapi.com/api/plugins/"; - private const string PLUGIN_QUERY = "https://torchapi.com/api/plugins/?guid={0}"; + private const string PLUGIN_QUERY = "https://torchapi.com/api/plugins/search/{0}"; private readonly HttpClient _client; private static readonly Logger Log = LogManager.GetCurrentClassLogger();