diff --git a/api/Controllers/CvMatcherController.cs b/api/Controllers/CvMatcherController.cs index 4542176..8856f05 100644 --- a/api/Controllers/CvMatcherController.cs +++ b/api/Controllers/CvMatcherController.cs @@ -38,7 +38,6 @@ public sealed class CvMatcherController : ControllerBase /// The uploaded CV request. /// Cancellation token. [HttpPost("upload")] - [Consumes("multipart/form-data")] [RequestSizeLimit(8 * 1024 * 1024)] [ProducesResponseType(StatusCodes.Status200OK)] [ProducesResponseType(StatusCodes.Status400BadRequest)] diff --git a/web/wwwroot/js/main.js b/web/wwwroot/js/main.js index e983b13..4332768 100644 --- a/web/wwwroot/js/main.js +++ b/web/wwwroot/js/main.js @@ -77,7 +77,7 @@ "cv.jobLink": "Job link", "cv.jobDescription": "Or paste job description", "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.result": "Result", "cv.analysis": "Match analysis",