Add colon

test
dan 2020-03-29 21:16:12 -06:00
parent 2a20f77c9e
commit 6394385986
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ function getOtherMeta(req, res, title, description, imageUrl, imageWidth, imageH
imageHeight: imageHeight,
url: url
};
url = req.protocol + '//' + req.hostname + otherUrl + encodeURIComponent(JSON.stringify(data));
url = req.protocol + '://' + req.hostname + otherUrl + encodeURIComponent(JSON.stringify(data));
var result = `<html>
<head>
<title>Old Fashion Baptist Church</title>