Début pour afficher une popin affichant les
images dans le profil utilisateur.
This commit is contained in:
@@ -25,11 +25,8 @@ export class ImageService extends BaseService {
|
||||
data: dataImg,
|
||||
};
|
||||
|
||||
this.http.post(`${this.apiUrl}/Image`,
|
||||
bodyNewImage,
|
||||
{ headers: this.headers })
|
||||
.subscribe(
|
||||
error => { console.error(error); }
|
||||
);
|
||||
return this.http.post(`${this.apiUrl}/Image`,
|
||||
bodyNewImage,
|
||||
{ headers: this.headers });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user