This commit is contained in:
MeysamMoghaddam
2025-10-07 01:03:58 +03:30
parent e357c1802b
commit 7be59c3ec3
5 changed files with 608 additions and 14 deletions

View File

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