eleven-solutions-common-website-unique-web 3.0.13 → 3.0.14
Sign up to get free protection for your applications and to get access to all the features.
@@ -69,7 +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": "
|
72
|
+
"Content-Type": "application/json; charset= utf-8",
|
73
73
|
},
|
74
74
|
// data: {
|
75
75
|
// id,
|
package/package.json
CHANGED
@@ -77,7 +77,7 @@ export const deleteUserApi = async (id: string) => {
|
|
77
77
|
const response = await axios.delete(`${apiUrl}/login/delete`, {
|
78
78
|
headers: {
|
79
79
|
Authorization: `Bearer ${token}`,
|
80
|
-
"Content-Type": "
|
80
|
+
"Content-Type": "application/json; charset= utf-8",
|
81
81
|
},
|
82
82
|
// data: {
|
83
83
|
// id,
|