diff --git a/api/Controllers/CvMatcherController.cs b/api/Controllers/CvMatcherController.cs index 0e2b000..ad23f0b 100644 --- a/api/Controllers/CvMatcherController.cs +++ b/api/Controllers/CvMatcherController.cs @@ -11,16 +11,16 @@ namespace Api.Controllers; [ApiController] [Route("api/cv-matcher")] [EnableRateLimiting("cv-matcher")] -public sealed class RagController : ControllerBase +public sealed class CvMatcherController : ControllerBase { private readonly Api.Clients.Api.Contracts.ICvMatcherApi _cvApi; private readonly IConfiguration _configuration; - private readonly ILogger _logger; + private readonly ILogger _logger; - public RagController( + public CvMatcherController( Api.Clients.Api.Contracts.ICvMatcherApi cvApi, IConfiguration configuration, - ILogger logger) + ILogger logger) { _cvApi = cvApi; _configuration = configuration; diff --git a/api/api.csproj b/api/api.csproj index db90fd6..16d2827 100644 --- a/api/api.csproj +++ b/api/api.csproj @@ -26,7 +26,7 @@ - + diff --git a/cv-matcher-api/cv-matcher-api.csproj b/cv-matcher-api/cv-matcher-api.csproj index 9a7ab2c..ae13c82 100644 --- a/cv-matcher-api/cv-matcher-api.csproj +++ b/cv-matcher-api/cv-matcher-api.csproj @@ -72,7 +72,7 @@ - + diff --git a/rag-api/rag-api.csproj b/rag-api/rag-api.csproj index 9355f7b..7389421 100644 --- a/rag-api/rag-api.csproj +++ b/rag-api/rag-api.csproj @@ -1,4 +1,4 @@ - + net10.0 enable @@ -72,7 +72,7 @@ - +