mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 19:10:38 +02:00
remove link to latest commit, wasn't working as expected
This commit is contained in:
@@ -5,9 +5,7 @@ var router = express.Router();
|
||||
router.get('/', function(req, res) {
|
||||
res.render('index', {
|
||||
title: 'Crafatar',
|
||||
domain: "https://" + req.headers.host,
|
||||
// see http://stackoverflow.com/a/14924922/2517068
|
||||
commit: process.env.HEAD_HASH || "unknown"
|
||||
domain: "https://" + req.headers.host
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user