webdav portal routes fix

This commit is contained in:
vfedosevich 2015-01-19 01:04:13 -08:00
parent 67aab39780
commit 1da7c6c3b3
6 changed files with 9 additions and 10 deletions

View file

@ -43,7 +43,7 @@ namespace WebsitePanel.WebDavPortal
#endregion
routes.MapRoute(
name: "Office365DocumentRoute",
name: FileSystemRouteNames.OfficeOnlinePath,
url: "office365/{org}/{*pathPart}",
defaults: new { controller = "FileSystem", action = "ShowOfficeDocument", pathPart = UrlParameter.Optional }
);