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 79c908a commit 1cf8881Copy full SHA for 1cf8881
exampleSite/static/njs/echo.js
@@ -23,5 +23,5 @@ function echo(r) {
23
return r.return(200, JSON.stringify(response));
24
}
25
26
-// uncomment for us in NJS
+// uncomment for use in NJS
27
// export default { echo }
exampleSite/static/njs/greet.js
@@ -2,5 +2,5 @@ function hello(r) {
2
return r.return(200, "Hello world!");
3
4
5
6
// export default { hello }
0 commit comments