namespace HttpClientStudy.Core
{
public class WebApiConfig
public const string WebApiBaseUrl = "http://localhost:5189";
}