Changes
Build and Push Docker Images / build (push) Failing after 1s

This commit is contained in:
2026-05-07 20:00:57 +03:00
parent 166280943c
commit 845f41255f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -473,7 +473,7 @@
async function postCv(token) {
try {
var formData = new FormData();
formData.append('cv', file);
formData.append('file', file);
formData.append('gdprConsent', String(consent));
formData.append('captchaToken', token || '');
var cvResponse = await fetch('/api/cv-matcher/upload', {