mirror of https://github.com/knative/func.git
chore: fix typo in node http template (#329)
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
This commit is contained in:
parent
18cb0f4652
commit
9488e01a26
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* Handles an incoming HTTP POST
|
* Handles an incoming HTTP GET
|
||||||
* @param {Context} context a context object containing the HTTP request data
|
* @param {Context} context a context object containing the HTTP request data
|
||||||
*/
|
*/
|
||||||
function handleGet(context) {
|
function handleGet(context) {
|
||||||
|
|
Loading…
Reference in New Issue