fix issue with health-checks
This commit is contained in:
parent
ae3df177cb
commit
127483f823
|
@ -1037,7 +1037,7 @@ function skylinkVerification(done, { name, skylink, bodyHash, headers }) {
|
||||||
const time = process.hrtime();
|
const time = process.hrtime();
|
||||||
|
|
||||||
// Create the query for the skylink
|
// 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
|
// Get the Skylink
|
||||||
superagent
|
superagent
|
||||||
|
|
Reference in New Issue