Merge branch 'develop' of https://bitbucket.org/ncarminati/cms_step into develop

This commit is contained in:
Paolo Possanzini
2018-07-30 15:39:47 +02:00
+2 -2
View File
@@ -31,8 +31,8 @@ namespace Step.Controllers.WebApi
}
[Route("file/info/{*filePath}"), HttpGet]
public IHttpActionResult GetFileInfo(string filePath)
[Route("file/info"), HttpGet]
public IHttpActionResult GetFileInfo([FromUri]string filePath)
{
using (NcHandler ncHandler = new NcHandler())
{