Single file send
This commit is contained in:
@@ -563,7 +563,9 @@ class usersService {
|
||||
for (let data in postData) {
|
||||
formData.append(data, postData[data]);
|
||||
}
|
||||
return this.postAuxEnd("/uploads", formData);
|
||||
// return this.postAuxEnd("/uploads", formData);
|
||||
|
||||
return this.postAuxEnd("/uploads", postData);
|
||||
}
|
||||
|
||||
// END POINT TO DELETE A JOB
|
||||
|
||||
Reference in New Issue
Block a user