update plugin query to new endpoint
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user