hello-shop/tests/HelloShop.BasketService.FunctionalTests/GrpcConstants.cs
2024-07-11 20:57:59 +08:00

11 lines
297 B
C#

// Copyright (c) HelloShop Corporation. All rights reserved.
// See the license file in the project root for more information.
namespace HelloShop.BasketService.FunctionalTests
{
internal class GrpcConstants
{
public const string GrpcAddress = "http://localhost:8004";
}
}