Changes
Build and Push Docker Images / build (push) Successful in 30s

This commit is contained in:
2026-05-12 10:16:17 +03:00
parent ee2c2d5159
commit 0f7166c1a3
6 changed files with 47 additions and 2 deletions
+1 -1
View File
@@ -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;