mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
precomposed image also present
This commit is contained in:
BIN
server/public/assets/images/apple-touch-icon-precomposed.png
Normal file
BIN
server/public/assets/images/apple-touch-icon-precomposed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
@@ -17,4 +17,8 @@ router.route('/apple-touch-icon.png').get(function(req, res, next) {
|
|||||||
res.sendFile(path.join(pathThumbnails, '/public/assets/images/apple-touch-icon.png'));
|
res.sendFile(path.join(pathThumbnails, '/public/assets/images/apple-touch-icon.png'));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
router.route('/apple-touch-icon-precomposed.png').get(function(req, res, next) {
|
||||||
|
res.sendFile(path.join(pathThumbnails, '/public/assets/images/apple-touch-icon-precomposed.png'));
|
||||||
|
});
|
||||||
|
|
||||||
module.exports = router;
|
module.exports = router;
|
||||||
|
|||||||
Reference in New Issue
Block a user