untitled notebook

node v6.17.1
version: 2.0.0
endpointsharetweet
var Express = require('express'); var app = Express(); app.route('/', (req, res, next) => { res.send('abc'); });
Created from: https://lodash.com/docs/4.17.4#fill
Loading…

no comments

    sign in to comment