untitled notebook

node v14.20.1
version: 2.0.0
endpointsharetweet
exports.endpoint = function(req, res) { res.end({hello: true, result: Math.random()}); }
Loading…

no comments

    sign in to comment