We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ec3e4 commit 57b5255Copy full SHA for 57b5255
src/main/resources/scripts/helloWorld.sjs
@@ -2,7 +2,7 @@
2
function getMethod(context, params) {
3
//context.outputTypes = ["application/json"];
4
//return { "response": "This is a JSON document" }
5
- return "hello " + params["planet"];
+ return fn.normalizeSpace(" hello " + params["planet"]);
6
};
7
8
function postMethod(context, params, input) {
0 commit comments