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

This commit is contained in:
2026-05-06 15:41:58 +03:00
parent a926c214e1
commit 3d966a95ca
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -38,7 +38,6 @@ public sealed class CvMatcherController : ControllerBase
/// <param name="request">The uploaded CV request.</param> /// <param name="request">The uploaded CV request.</param>
/// <param name="ct">Cancellation token.</param> /// <param name="ct">Cancellation token.</param>
[HttpPost("upload")] [HttpPost("upload")]
[Consumes("multipart/form-data")]
[RequestSizeLimit(8 * 1024 * 1024)] [RequestSizeLimit(8 * 1024 * 1024)]
[ProducesResponseType(StatusCodes.Status200OK)] [ProducesResponseType(StatusCodes.Status200OK)]
[ProducesResponseType(StatusCodes.Status400BadRequest)] [ProducesResponseType(StatusCodes.Status400BadRequest)]
+1 -1
View File
@@ -77,7 +77,7 @@
"cv.jobLink": "Job link", "cv.jobLink": "Job link",
"cv.jobDescription": "Or paste job description", "cv.jobDescription": "Or paste job description",
"cv.jobPlaceholder": "Paste the job description if the page cannot be crawled.", "cv.jobPlaceholder": "Paste the job description if the page cannot be crawled.",
"cv.gdpr": "I agree that my CV is processed and stred.", "cv.gdpr": "I agree that my CV is processed and stored.",
"cv.submit": "Extract CV and match job", "cv.submit": "Extract CV and match job",
"cv.result": "Result", "cv.result": "Result",
"cv.analysis": "Match analysis", "cv.analysis": "Match analysis",