Merge branch 'develop' of https://bitbucket.org/ncarminati/cms_step into develop
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user