eleven-solutions-common-website-unique-web 3.0.8 → 3.0.9
Sign up to get free protection for your applications and to get access to all the features.
@@ -69,6 +69,7 @@ export const deleteUserApi = (id) => __awaiter(void 0, void 0, void 0, function*
|
|
69
69
|
const response = yield axios.delete(`${apiUrl}/login/delete`, {
|
70
70
|
headers: {
|
71
71
|
Authorization: `Bearer ${token}`,
|
72
|
+
"Content-Type": "application/json",
|
72
73
|
},
|
73
74
|
// data: {
|
74
75
|
// id,
|
package/package.json
CHANGED