Skip to content
Snippets Groups Projects
Commit d40ed91d authored by Alex Ellis's avatar Alex Ellis
Browse files

Add getstdin package to handler

parent 4b3055e7
No related branches found
No related tags found
No related merge requests found
"use strict"
let fs = require('fs');
let sample = require("./sample.json");
let getStdin = require("get-stdin");
getStdin().then(content => {
let request = JSON.parse(content);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment