This commit is contained in:
tiago.kayaya
2021-06-30 16:33:53 +01:00
parent 9e7a6b0503
commit 64b3602f49
4 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export class PublicationsService {
return this.http.get<any>(`${geturl}`, options);
}
GetPublicationFolderById(id:any){
PresidentialAction(id:any){
const geturl = environment.apiURL + 'presidentialActions/'+id;
let options = {