Closed steviecoaster closed 3 years ago
This function has a local development url inside the IRM parameters:
Uri = "$($protocol)://localhost:8090/api/services/app/Groups/GetGroupForEdit?id=$Id"
This should be:
Uri = "$($protocol)://$Hostname/api/services/app/Groups/GetGroupForEdit?id=$Id"
This function has a local development url inside the IRM parameters:
This should be: