From 54769261aa37263c9ca68ed59bb92d305dbe3eac Mon Sep 17 00:00:00 2001 From: wufan Date: Mon, 13 Jan 2025 16:14:51 +0800 Subject: [PATCH] :sparkles: --- TradeManageNew/APIClients/ShopifyApi/ShopifyAPIClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }