Compare commits

..

No commits in common. 'dd0d2a661af46a6ecbc8b0f5c84c0cb2e36edfeb' and '149a74ffa1008099ceee44f0fbbd189eecaaea6c' have entirely different histories.

@ -2,6 +2,7 @@
using apiLOL.DTO;
using Microsoft.AspNetCore.Mvc;
using Model;
// For more information on enabling Web API for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
namespace apiLOL.Controllers
{
@ -68,7 +69,6 @@ namespace apiLOL.Controllers
_logger.LogError($"erreur methode Get de ControllerChampions: {ex}");
return BadRequest("erreur de nom de champion");
}
}

Loading…
Cancel
Save