Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

redox

node v10.24.1
version: 9.0.0
endpointsharetweet
var express = require("@runkit/runkit/express-endpoint/1.0.0"); var app = express(exports); app.get("/", (req, res) => { console.log(req.params, req.query); res.send(req.query.challenge); }); app.post("/", (req, res) => { res.send(req.body.challenge); })
Loading…

no comments

    sign in to comment