1 parent 1ec57bc commit 7bd4bebCopy full SHA for 7bd4beb
1 file changed
Torch.API/WebAPI/PluginQuery.cs
@@ -12,7 +12,7 @@ namespace Torch.API.WebAPI
12
{
13
public class PluginQuery
14
15
- private const string ALL_QUERY = "https://torchapi.net/api/plugins";
+ private const string ALL_QUERY = "https://torchapi.com/api/plugins";
16
private const string PLUGIN_QUERY = "https://torchapi.net/api/plugins/{0}";
17
private readonly HttpClient _client;
18
private static readonly Logger Log = LogManager.GetCurrentClassLogger();
0 commit comments