chore: fix typo in node http template (#329)

Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
This commit is contained in:
Zbynek Roubalik 2021-05-06 10:27:18 +02:00 committed by GitHub
parent 18cb0f4652
commit 9488e01a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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
*/
function handleGet(context) {