Skip to content
Snippets Groups Projects
Commit 2aa4eefa authored by Nicola Fulvio Calabria's avatar Nicola Fulvio Calabria
Browse files

Fixed url generation

parent ff6a3bbe
Branches
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ public class UriService {
endpoint = ((LinkNode) node).getTarget();
String linkTarget = ((LinkNode) node).getTarget();
if (linkedServiceDAO.isLinkedServiceUrl(linkTarget)) {
endpoint += "&token=" + getEndpointToken(linkTarget);
endpoint += "?token=" + getEndpointToken(linkTarget);
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment