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