0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

config.logo -> config.web.logo

This commit is contained in:
Kalman Speier 2014-09-19 15:21:23 +02:00 committed by Alex Kocharin
parent ef074f8d6c
commit 3bf26bd89e

View file

@ -35,7 +35,7 @@ module.exports = function(app, config, storage) {
})
app.get('/-/logo', function(req, res, next) {
res.sendfile(config.logo ? config.logo : __dirname + "/static/logo.png")
res.sendfile(config.web.logo ? config.web.logo : __dirname + "/static/logo.png")
})
// Search