improvedUiTasks

This commit is contained in:
ivan gomes
2021-11-30 17:56:56 +01:00
parent 49c0aeae95
commit 40e0aa0d39
5 changed files with 79 additions and 48 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ export class PublicationsService {
return this.http.delete<any>(`${geturl}`, options);
}
GetPublicationsID(folder:any) {
GetPublicationsImages(folder:any) {
const geturl = environment.apiURL + 'presidentialActions/'+ folder +'/posts/ids';
let params = new HttpParams();