diff --git a/MP.IOC/Controllers/IOBController.cs b/MP.IOC/Controllers/IOBController.cs index 834d64bd..1cb8570f 100644 --- a/MP.IOC/Controllers/IOBController.cs +++ b/MP.IOC/Controllers/IOBController.cs @@ -75,15 +75,15 @@ namespace MP.IOC.Controllers return Ok(answ); } - /// - /// GET: IOB/ - /// - /// - [HttpGet] - public IActionResult Alive() - { - return Ok("OK"); // Restituisce Status 200 - } + ///// + ///// GET: IOB/ + ///// + ///// + //[HttpGet] + //public string Alive() + //{ + // return "OK"; // Restituisce Status 200 + //} /// /// GET: IOB/enabled/SIMUL_03 diff --git a/MP.IOC/MP.IOC.csproj b/MP.IOC/MP.IOC.csproj index 5b48ca5e..b6338f70 100644 --- a/MP.IOC/MP.IOC.csproj +++ b/MP.IOC/MP.IOC.csproj @@ -4,7 +4,7 @@ net8.0 enable enable - 8.16.2606.1119 + 8.16.2606.1120 diff --git a/MP.IOC/Program.cs b/MP.IOC/Program.cs index fb334554..e8b04c59 100644 --- a/MP.IOC/Program.cs +++ b/MP.IOC/Program.cs @@ -173,6 +173,10 @@ app.UseAntiforgery(); // Mappatura delle API app.MapControllers(); +// mappa del base url check +app.MapGet("api/IOB/", () => Results.Ok("OK")); +app.MapGet("api/IOB/alive", () => Results.Ok("OK")); + // Mappatura della Dashboard Blazor app.MapRazorComponents() .AddInteractiveServerRenderMode(); diff --git a/MP.IOC/Resources/ChangeLog.html b/MP.IOC/Resources/ChangeLog.html index d86571ba..62ff9fcb 100644 --- a/MP.IOC/Resources/ChangeLog.html +++ b/MP.IOC/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MP-IOC -

Versione: 8.16.2606.1119

+

Versione: 8.16.2606.1120


Note di rilascio:
  • diff --git a/MP.IOC/Resources/VersNum.txt b/MP.IOC/Resources/VersNum.txt index 7907c963..a0507993 100644 --- a/MP.IOC/Resources/VersNum.txt +++ b/MP.IOC/Resources/VersNum.txt @@ -1 +1 @@ -8.16.2606.1119 +8.16.2606.1120 diff --git a/MP.IOC/Resources/manifest.xml b/MP.IOC/Resources/manifest.xml index 05f35334..35c9bdcd 100644 --- a/MP.IOC/Resources/manifest.xml +++ b/MP.IOC/Resources/manifest.xml @@ -1,6 +1,6 @@ - 8.16.2606.1119 + 8.16.2606.1120 https://nexus.steamware.net/repository/SWS/MP-IOC/stable/LAST/MP.IOC.zip https://nexus.steamware.net/repository/SWS/MP-IOC/stable/LAST/ChangeLog.html false