Merge branch 'dev' into J1/feat/titreControllerIHM

# Conflicts:
#	Webzine.WebApplication/Controller/AccueilController.cs
#	Webzine.WebApplication/Views/Shared/_Layout.cshtml
This commit is contained in:
mirage
2026-03-05 10:34:45 +01:00
17 changed files with 435 additions and 14 deletions

View File

@@ -12,6 +12,12 @@ public class ApiController : ControllerBase
this._logger.LogDebug(1, "NLog injected into VersionController");
}
[HttpGet]
public string HelloWorld()
{
return "Hello World !";
}
[HttpGet]
public IActionResult Version()
{