Skip to content

Commit

Permalink
Merge pull request #27 from kbss-cvut/issues/issue-24-cannot-execute-…
Browse files Browse the repository at this point in the history
…function-in-ui

[FIX kbss-cvut/s-pipes-editor-ui#24] Fix request parameters in request to s-pipes service.
blcham authored Aug 18, 2023
2 parents 83b609c + 4ddb4ae commit f7c6932
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ public String serviceExecution (
Map<String, String> params
) throws SPipesEngineException {
String serviceUrl = engineUrl + "/service";
params.put("id", functionId);
params.put("_pId", functionId);
params.put("_pConfigURL", pConfigURL);

UriComponentsBuilder builder = UriComponentsBuilder.fromHttpUrl(serviceUrl);

0 comments on commit f7c6932

Please sign in to comment.