ConflictingsResolver comme solution de contournement

// Make sure all controllers contain the following.
// these annotations make sure all controllers differ from eachother
    [Route("api/[controller]")]
    [ApiController]
Upset Unicorn