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

Merge branch 'master' into 'dev'

Chore: 2.8.9

See merge request !91
parents c351ea87 b723581c
No related branches found
No related tags found
2 merge requests!97Dev,!91Chore: 2.8.9
......@@ -280,8 +280,9 @@ namespace Coscine.Api.Tree.Controllers
return Json(jObject);
}
catch (Exception)
catch (Exception e)
{
_coscineLogger.Log(LogType.Critical, e);
return BadRequest("Error in communication with the resource");
}
}
......
......@@ -5,7 +5,7 @@
<AssemblyName>Coscine.Api.Tree</AssemblyName>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TargetFramework>net6.0</TargetFramework>
<Version>2.8.8</Version>
<Version>2.8.9</Version>
</PropertyGroup>
<PropertyGroup>
<Authors>RWTH Aachen University</Authors>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment