From a5165478b94a50dfca2c86eb24805679c9ae2666 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sat, 15 Feb 2020 15:15:51 -0500 Subject: [PATCH] test1 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 3a28345..9984ab8 100644 --- a/app.js +++ b/app.js @@ -6,7 +6,7 @@ const port = process.env.NODE_PORT || '3000'; app.all( "/*", requestProxy({ - url: "http://piratebayztemzmv.onion/*", + url: "https://piratebayztemzmv.onion/*", }) );