@@ -16,7 +16,7 @@ namespace Api.Controllers;
|
||||
/// </summary>
|
||||
[ApiController]
|
||||
[Route("api/cv-matcher")]
|
||||
[EnableRateLimiting("cv-matcher")]
|
||||
[EnableRateLimiting("CvMatcher")]
|
||||
public sealed class CvMatcherController : ControllerBase
|
||||
{
|
||||
private readonly ICvMatcherApi _cvApi;
|
||||
|
||||
Reference in New Issue
Block a user