Skip to content

Commit 7bd4beb

Browse files
committed
update plugin query to new endpoint
1 parent 1ec57bc commit 7bd4beb

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
@@ -12,7 +12,7 @@ namespace Torch.API.WebAPI
1212
{
1313
public class PluginQuery
1414
{
15-
private const string ALL_QUERY = "https://torchapi.net/api/plugins";
15+
private const string ALL_QUERY = "https://torchapi.com/api/plugins";
1616
private const string PLUGIN_QUERY = "https://torchapi.net/api/plugins/{0}";
1717
private readonly HttpClient _client;
1818
private static readonly Logger Log = LogManager.GetCurrentClassLogger();

0 commit comments

Comments
 (0)