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 40cbf20 commit 33ae3d6Copy full SHA for 33ae3d6
templates/node/http/index.js
@@ -13,7 +13,7 @@
13
* @param {object} context.headers the HTTP request headers
14
* @param {string} context.method the HTTP request method
15
* @param {string} context.httpVersion the HTTP protocol version
16
- * See: https://github.com/knative/func/blob/main/docs/function-developers/nodejs.md#the-context-object
+ * See: https://github.com/knative/func/blob/main/docs/function-templates/nodejs.md#the-context-object
17
*/
18
const handle = async (context, body) => {
19
// YOUR CODE HERE
0 commit comments