untitled notebook

node v8.17.0
version: 2.0.0
endpointsharetweet
require("onget") // #!/javascript const onGET = (req, res) => { res.end({ text: "Hello world!" }); };
Created from: https://expressjs.com/en/starter/hello-world.html
Loading…

no comments

    sign in to comment