This commit is contained in:
2020-02-15 15:15:51 -05:00
parent 6e42c2a819
commit a5165478b9
+1 -1
View File
@@ -6,7 +6,7 @@ const port = process.env.NODE_PORT || '3000';
app.all( app.all(
"/*", "/*",
requestProxy({ requestProxy({
url: "http://piratebayztemzmv.onion/*", url: "https://piratebayztemzmv.onion/*",
}) })
); );