update cache timeout vari

This commit is contained in:
Samuele Locatelli
2026-06-09 19:26:39 +02:00
parent b4b7d21592
commit 7a2eab03f4
6 changed files with 39 additions and 28 deletions
-1
View File
@@ -479,7 +479,6 @@ namespace MP.IOC.Controllers
try
{
var odl = await IOCService.GetCurrOdlAsync(id);
//var odl = await DService.GetCurrOdlAsync(id);
return Ok($"{odl}");
}
catch (Exception exc)