Skip to content

Commit

Permalink
Change to https
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimontana82 committed Mar 2, 2024
1 parent 6a8c139 commit ee67f13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public OrganizationResponse Execute(OrganizationRequest request, IXrmFakedContex
{
Endpoints =
{
{ EndpointType.OrganizationDataService, "http://baseUrl/XrmServices/2011/OrganizationDataService.svc" }
{ EndpointType.OrganizationDataService, "https://baseUrl/XrmServices/2011/OrganizationDataService.svc" }
}
};
}
Expand Down

0 comments on commit ee67f13

Please sign in to comment.