#1 : Modification droit et ip Keycloak.

This commit is contained in:
Loic Masi
2026-04-21 13:28:20 +02:00
parent 7056a30e60
commit c7a72eeea2
10 changed files with 34 additions and 27 deletions

View File

@@ -1,6 +1,5 @@
namespace Webzine.WebApplication.Controllers
{
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
/// <summary>
@@ -26,7 +25,6 @@
/// Affiche la page de contact du webzine.
/// </summary>
/// <returns>La vue Index de la page de contact.</returns>
[Authorize(Roles = "ADMIN")]
public IActionResult Index()
{
return this.View();