user detail apiurl changes
This commit is contained in:
parent
a05f4ac411
commit
3a0e22c3fc
@ -224,8 +224,11 @@ export class UserService {
|
||||
return this.http.post(apiurl+'getUsersDetails',roles);
|
||||
}
|
||||
|
||||
// getprofilepic(users){
|
||||
// return this.http.post('http://192.168.0.4:9999/AWSEC2/sparqapi/api/getSingedProfilePicURL',users);
|
||||
// }
|
||||
getprofilepic(users){
|
||||
return this.http.post('http://192.168.0.4:9999/AWSEC2/sparqapi/api/getSingedProfilePicURL',users);
|
||||
return this.http.post(apiurl+'getSingedProfilePicURL',users);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user