mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 19:10:38 +02:00
much secure hyper text transfer protocol. wow 🐕
This commit is contained in:
@@ -3,7 +3,7 @@ var router = express.Router();
|
||||
|
||||
/* GET home page. */
|
||||
router.get('/', function(req, res) {
|
||||
res.render('index', { title: 'Crafatar', domain: req.protocol + "://" + req.headers.host });
|
||||
res.render('index', { title: 'Crafatar', domain: "https://" + req.headers.host });
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user