webdav portal edit in fixes
This commit is contained in:
parent
fe391560cb
commit
f0a63cb289
3 changed files with 9 additions and 4 deletions
|
@ -60,6 +60,7 @@ namespace WebsitePanel.WebDavPortal.Controllers.Api
|
|||
var url = new Uri(Request.RequestUri, urlPart).ToString();
|
||||
|
||||
fileInfo.DownloadUrl = url;
|
||||
fileInfo.ClientUrl = _webDavManager.GetFileUrl(token.FilePath);
|
||||
|
||||
return fileInfo;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue