Skip to content

Commit

Permalink
fix Code4SocialGood#1829 Nothing happens when clicking "accept"
Browse files Browse the repository at this point in the history
  • Loading branch information
zhufeilong committed Jun 1, 2018
1 parent 345bb21 commit 4d80af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/application/common/application.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ export class ApplicationService {
}

updateApplication(application: Application): Observable<Application> {

return this.http
.post(applicationUrl, application, {
.put(applicationUrl, application, {
headers: new HttpHeaders()
.append('Authorization', `Bearer ${localStorage.getItem('access_token')}`)
})
Expand Down

0 comments on commit 4d80af6

Please sign in to comment.