Skip to content

Commit c765c03

Browse files
committed
Fixing the url for remote connection.
1 parent 5e0369e commit c765c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eFormAPI/eFormAPI/Controllers/EntitySelectController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public OperationDataResult<EntityGroup> GetEntityGroup(string entityGroupUid)
130130

131131
[HttpGet]
132132
[AllowAnonymous]
133-
[Route("api/selectable-groups/get/{entityGroupUid}/exchange")]
133+
[Route("api/selectable-groups/get/exchange/{entityGroupUid}")]
134134
public OperationDataResult<EntityGroup> GetEntityGroupExternally(string entityGroupUid, string token, string callerURL)
135135
{
136136
// Do some validation of the token. For now token is not valid

0 commit comments

Comments
 (0)