From 16b47656eb8e9110eafb4166cad8db86f8602a8d Mon Sep 17 00:00:00 2001 From: churchianity Date: Sun, 8 May 2022 23:37:44 -0400 Subject: [PATCH] edit default http target --- log4jesus.json | 4 ++-- test.js | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/log4jesus.json b/log4jesus.json index 3a31d9c..b1669fb 100644 --- a/log4jesus.json +++ b/log4jesus.json @@ -29,10 +29,10 @@ "http": [ { "tags": "none", - "url": "https://localhost:8181", + "url": "http://localhost:8080", "method": "POST", "headers": { - "content-type": "application/json" + "content-type": "text/plain" } } ] diff --git a/test.js b/test.js index 30cc3d7..ddc8c27 100644 --- a/test.js +++ b/test.js @@ -4,7 +4,6 @@ const { log, logt } = require("./log4jesus"); log("use", ["exactly", "like"], `console.log ${420 * 69}`) - const downloadProgress = 51; const totalDownloads = 106; // send only to targets with the 'verbose' tag