Skip to content
Snippets Groups Projects
Commit 9e5793b8 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Change method call

parent 231a6a90
No related branches found
No related tags found
1 merge request!77New: Use the new metadata structure (coscine/issues#1792)
......@@ -210,7 +210,7 @@ namespace Coscine.Api.Blob.Controllers
return BadRequest("Only one file can be uploaded per request.");
}
var id = _coscineLDPHelper.GenerateId(resourceId, $"/{path}", true);
var id = _coscineLDPHelper.GetId(resourceId, $"/{path}", true);
if (!_rdfStoreConnector.HasGraph(id))
{
return StatusCode((int)HttpStatusCode.Forbidden,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment