8 lines
154 B
C#
8 lines
154 B
C#
namespace Entities.Configuration
|
|
{
|
|
public class ApiConfiguration
|
|
{
|
|
public string? BaseAddress { get; set; } /*= "http://localhost:5099";*/
|
|
}
|
|
}
|