fxc 2 months ago
commit 71b9e7a039

@ -36,7 +36,7 @@ namespace APIClients.ShopifyAPI
public ShopifyAPIClient()
#pragma warning restore CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
{
BaseUrl = "http://192.168.1.54:3000/";
BaseUrl = "http://192.168.1.51:3000/";
Initialize();
}

Loading…
Cancel
Save