2025-09-28 03:49:17 +03:30
|
|
|
|
namespace FrontOffice.Main.Utilities;
|
2025-09-28 01:28:44 +03:30
|
|
|
|
|
|
|
|
|
|
public static class RouteConstants
|
|
|
|
|
|
{
|
|
|
|
|
|
public static class Main
|
|
|
|
|
|
{
|
|
|
|
|
|
public const string MainPage = "/";
|
|
|
|
|
|
}
|
2025-09-28 03:49:17 +03:30
|
|
|
|
|
|
|
|
|
|
public static class Auth
|
|
|
|
|
|
{
|
|
|
|
|
|
public const string Phone = "/auth/phone";
|
|
|
|
|
|
public const string Verify = "/auth/verify";
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|