MCPcopy Index your code
hub / github.com/serverless/examples / index.js

File index.js

google-node-simple-http-endpoint/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2
3exports.http = (request, response) => {
4 response.status(200).send('Hello World!');

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected