From ea8e59bc8bf7e97b72a89a65889e5da38a6445fa Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 13 Jul 2018 12:44:25 +0300 Subject: Implement command to list secret keys --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ca53b37..85dfd7c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Create a new endpoint with `create `. Your endpoint is now live at http:// Use `upload ` to upload a file from your current working directory to an endpoint. Below is an example of such a file. ``` -module.exports = function (req, res) { +module.exports = function (req, res, secrets) { res.type('text/html'); res.send(

Hello world!

'); }; -- cgit v1.3