Merge remote-tracking branch 'origin/dev' into j2/ajout_repo

This commit is contained in:
Loic Masi
2026-03-26 15:55:56 +01:00
18 changed files with 564 additions and 91 deletions

View File

@@ -28,7 +28,7 @@ public class ApiController : ControllerBase
return Ok(new
{
nom = "webzine",
version = "1.0",
version = "2.0",
});
}
}