Skip to content

Commit 84a15a9

Browse files
author
vikasrohit
committed
Revert "SUP-3055, [Edit Profile] Can't delete weblink in profile"
This reverts commit b77587e.
1 parent b77587e commit 84a15a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/services/api.service.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ import _ from 'lodash'
9191
id: 'handle',
9292
route: 'members'
9393
})
94-
.setDefaultHeaders({ "Content-Type": "application/json" })
9594
.addRequestInterceptor(function(element, operation, what, url) {
9695
if (url.indexOf('members') > -1 || (operation.toLowerCase() === 'post' && url.indexOf('profiles') > -1)) {
9796
return {

0 commit comments

Comments
 (0)