Skip to content
Snippets Groups Projects
Commit 8fe76a5f authored by arshiam2's avatar arshiam2
Browse files

update

parent 95bc028a
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ module.exports.handler = handleErrors(async (argv: {}) => {
if (queue.length > 0) {
const body = queue.pop();
var target = "http://"+ master + ":3000/spout/";
console.log(target)
// console.log(target)
console.log(JSON.stringify(body))
fetch(target, {
method: "post",
......
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