This commit is contained in:
MeysamMoghaddam
2025-09-28 03:49:17 +03:30
parent d4b5a1352c
commit f9567c4265
5 changed files with 152 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
namespace FrontOffice.Main.Utilities;
namespace FrontOffice.Main.Utilities;
public static class RouteConstants
{
@@ -6,4 +6,10 @@ public static class RouteConstants
{
public const string MainPage = "/";
}
}
public static class Auth
{
public const string Phone = "/auth/phone";
public const string Verify = "/auth/verify";
}
}