There was an error while loading. Please reload this page.
1 parent 6a21a12 commit b3ae019Copy full SHA for b3ae019
functions/http/index.js
@@ -77,7 +77,6 @@ exports.helloHttp = function helloHttp (req, res) {
77
exports.helloContent = function helloContent (req, res) {
78
var name;
79
80
- console.log(req.get('content-type'));
81
switch (req.get('content-type')) {
82
// '{"name":"John"}'
83
case 'application/json':
0 commit comments