8 lines
217 B
C#
8 lines
217 B
C#
namespace SimApi.Configurations;
|
|
|
|
public class SimApiRouteOptions
|
|
{
|
|
public string? LogoutRoute = "/auth/logout";
|
|
public string? UserInfoRoute = "/user/info";
|
|
public string? WebConfigRoute = "/config";
|
|
} |