bugs fix
This commit is contained in:
parent
599e9a8865
commit
84f9f63407
44 changed files with 560 additions and 92 deletions
|
@ -12,6 +12,12 @@ namespace WebsitePanel.WebDavPortal
|
|||
|
||||
#region Account
|
||||
|
||||
routes.MapRoute(
|
||||
name: AccountRouteNames.PhoneNumberIsAvailible,
|
||||
url: "account/profile/phone-number-availible",
|
||||
defaults: new { controller = "Account", action = "PhoneNumberIsAvailible" }
|
||||
);
|
||||
|
||||
routes.MapRoute(
|
||||
name: AccountRouteNames.UserProfile,
|
||||
url: "account/profile",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue