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

Update: Remove old metadata structure traces

parent a9dddc32
No related branches found
No related tags found
2 merge requests!115Release: Sprint/2023 06 :robot:,!114Update: Remove old metadata structure traces
......@@ -40,7 +40,6 @@ namespace Coscine.Api.Tree.Controllers
private readonly ProjectResourceModel _projectResourceModel;
private readonly CoscineLogger _coscineLogger;
private readonly string _blobApiLink;
private readonly string _prefix;
private readonly IConfiguration _configuration;
private readonly string _shaclPropertyUrl = "http://www.w3.org/ns/shacl#property";
......@@ -63,8 +62,7 @@ namespace Coscine.Api.Tree.Controllers
var host = rule["Host:".Length..rule.IndexOf(";")];
var path = rule[rule.IndexOf("/")..];
_blobApiLink = $"https://{host}{path}/blob/";
_prefix = _configuration.GetStringAndWait("coscine/global/epic/prefix");
_coscineLDPHelper = new CoscineLDPHelper(_rdfStoreConnector, _prefix);
_coscineLDPHelper = new CoscineLDPHelper(_rdfStoreConnector);
}
/// <summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment