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, imageHeight: imageHeight,
url: url 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> var result = `<html>
<head> <head>
<title>Old Fashion Baptist Church</title> <title>Old Fashion Baptist Church</title>