Add colon
parent
2a20f77c9e
commit
6394385986
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue