HTTP Listener

node v10.24.1
version: 0.0.1
endpointsharetweet
exports.endpoint = function endpoint(req, res) { res.end('OK'); }
Loading…

no comments

    sign in to comment