Skip to content

Commit

Permalink
Add description to code comments for HTTP (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
labtopia authored and Ace Nassri committed Jun 4, 2018
1 parent 5007c6b commit ce28093
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions functions/helloworld/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const Buffer = require('safe-buffer').Buffer;
// [START functions_helloworld_get]
/**
* HTTP Cloud Function.
* This function is exported by index.js, and is executed when
* you make an HTTP request to the deployed function's endpoint.
*
* @param {Object} req Cloud Function request context.
* @param {Object} res Cloud Function response context.
Expand Down

0 comments on commit ce28093

Please sign in to comment.