This commit is contained in:
masoodafar-web
2025-11-09 20:24:09 +03:30
parent 0b253074a9
commit 99bfc1e619
9 changed files with 390 additions and 14 deletions

View File

@@ -7,6 +7,11 @@ public static class RouteConstants
public const string MainPage = "/";
}
public static class Registration
{
public const string Wizard = "/register";
}
public static class Profile
{
public const string Index = "/profile";