Skip to content

Commit

Permalink
Update user.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Oktawian-L committed Nov 3, 2019
1 parent c50d1ad commit 9a01cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Subiton/src/app/_services/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ constructor(private http: HttpClient) { }
console.log(this.baseUrl + 'Users/' + id );
return this.http.get<User>(this.baseUrl + 'Users/' + id );
}
updateUser(id: number, user: User) {}
}

0 comments on commit 9a01cbf

Please sign in to comment.