8 lines
136 B
C#
8 lines
136 B
C#
namespace zero.Core.Options
|
|
{
|
|
public class ZeroEndpointOptions
|
|
{
|
|
public string BackofficePath { get; set; } = "/zero";
|
|
}
|
|
}
|