Would you like to clone this notebook?

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

Cancel

tiknur

node v8.17.0
version: 1.0.1
endpointsharetweet
test hit self > < ooch...
const axios = require('axios') exports.endpoint = (req, res) => { axios.get('https://runkit.io/hyrious/playground/branches/master').then(r => { res.end(r.data + ' from tiknur') }) }
Loading…

no comments

    sign in to comment