diff --git a/TradeManageNew/APIClients/ShopifyApi/ShopifyAPIClient.cs b/TradeManageNew/APIClients/ShopifyApi/ShopifyAPIClient.cs index 806ec12..35b9c1b 100644 --- a/TradeManageNew/APIClients/ShopifyApi/ShopifyAPIClient.cs +++ b/TradeManageNew/APIClients/ShopifyApi/ShopifyAPIClient.cs @@ -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(); }