Rename the methods

This commit is contained in:
Sébastien ANDRE
2023-06-29 15:59:58 +02:00
parent f789a4269a
commit 8598f4e087
23 changed files with 62 additions and 67 deletions

View File

@@ -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(); }
);