@@ -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)]
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user