mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added ads.txt
This commit is contained in:
@@ -9,6 +9,10 @@ router.route('/favicon.ico').get(function(req, res, next) {
|
||||
res.sendFile(path.join(pathThumbnails, '/public/assets/images/favicon.ico'));
|
||||
});
|
||||
|
||||
router.route('/ads.txt').get(function(req, res, next) {
|
||||
res.sendFile(path.join(pathThumbnails, '/public/assets/ads.txt'));
|
||||
});
|
||||
|
||||
router.route('/browserconfig.xml').get(function(req, res, next) {
|
||||
res.sendFile(path.join(pathThumbnails, '/public/assets/images/browserconfig.xml'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user