Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c4649db

Browse files
committedFeb 10, 2016
Merge pull request #725 from appirio-tech/feature/sup-3055-error-in-weblink-remove
SUP-3055, [Edit Profile] Can't delete weblink in profile
2 parents 8988230 + 66d7f7f commit c4649db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎app/services/api.service.js

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

0 commit comments

Comments
 (0)
This repository has been archived.