This commit is contained in:
MeysamMoghaddam
2025-10-12 23:43:34 +03:30
parent 6585c8014a
commit 5211f7ce38
9 changed files with 37 additions and 686 deletions

View File

@@ -7,12 +7,6 @@ public static class RouteConstants
public const string MainPage = "/";
}
public static class Auth
{
public const string Phone = "/auth/phone";
public const string Verify = "/auth/verify";
}
public static class Profile
{
public const string Index = "/profile";