webdav portal bug fixes
This commit is contained in:
parent
7dd090820b
commit
70daade557
3 changed files with 3 additions and 3 deletions
|
@ -35,8 +35,7 @@ namespace WebsitePanel.WebDavPortal
|
|||
routes.MapRoute(
|
||||
name: FileSystemRouteNames.FilePath,
|
||||
url: "{org}/{*pathPart}",
|
||||
defaults: new { controller = "FileSystem", action = "ShowContent", pathPart = UrlParameter.Optional },
|
||||
constraints: new { org = new Constraints.OrganizationRouteConstraint() }
|
||||
defaults: new { controller = "FileSystem", action = "ShowContent", pathPart = UrlParameter.Optional }
|
||||
);
|
||||
|
||||
routes.MapRoute(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue