Merge branch 'developer' of bitbucket.org:equilibriumito/gabinete-digital into developer

This commit is contained in:
Peter Maquiran
2021-07-01 09:57:23 +01:00
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 = {