2026-05-12 11:48:37 +08:00
|
|
|
namespace SimApi.Configurations;
|
|
|
|
|
|
|
|
|
|
public class SimApiRouteOptions
|
|
|
|
|
{
|
|
|
|
|
public string? LogoutRoute = "/auth/logout";
|
|
|
|
|
public string? UserInfoRoute = "/user/info";
|
2026-08-10 22:07:38 +08:00
|
|
|
public string? WebConfigRoute = "/config";
|
2026-05-12 11:48:37 +08:00
|
|
|
}
|