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

This commit is contained in:
2026-05-12 10:20:03 +03:00
parent 0f7166c1a3
commit 5f69e0ffb4
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace Api.Controllers;
/// </summary>
[ApiController]
[Route("api/cv-matcher")]
[EnableRateLimiting("CvMatcher")]
[EnableRateLimiting("cvMatcher")]
public sealed class CvMatcherController : ControllerBase
{
private readonly ICvMatcherApi _cvApi;
+1 -1
View File
@@ -124,7 +124,7 @@
"QueueLimit": 0,
"AutoReplenishment": true
},
"CvMatcher": {
"cvMatcher": {
"PermitLimit": 10,
"Window": "00:10:00",
"QueueLimit": 0,