fix issue with health-checks

This commit is contained in:
Karol Wypchlo 2021-01-23 18:59:03 +01:00
parent ae3df177cb
commit 127483f823
1 changed files with 1 additions and 1 deletions

View File

@ -1037,7 +1037,7 @@ function skylinkVerification(done, { name, skylink, bodyHash, headers }) {
const time = process.hrtime();
// Create the query for the skylink
const query = `https://${process.env.PORTAL_URL}/${skylink}?nocache=true`;
const query = `http://${process.env.PORTAL_URL}/${skylink}?nocache=true`;
// Get the Skylink
superagent