hello-shop/tests/HelloShop.BasketService.FunctionalTests/GrpcConstants.cs

11 lines
297 B
C#
Raw Normal View History

2024-07-11 12:57:59 +00:00
// 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";
}
}