Rename the methods
This commit is contained in:
@@ -108,7 +108,7 @@ export class ListOfImagesComponent implements OnInit {
|
||||
return;
|
||||
}
|
||||
|
||||
this.serviceApi.AddImage(formData.comment, this.selectedFile)
|
||||
this.serviceApi.addImage(formData.comment, this.selectedFile)
|
||||
.subscribe(
|
||||
() => { this.getListOfImages(); }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user