Skip to content

Commit b2a1491

Browse files
authored
Remove favicon as we don't have one
1 parent 7bb1f4f commit b2a1491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const
77
pod = require('../lib/api'),
88
ghURL = require('parse-github-url'),
99
app = express(),
10-
favicon = require('serve-favicon'),
10+
// favicon = require('serve-favicon'),
1111
statics = require('serve-static'),
1212
basicAuth = require('basic-auth');
1313

@@ -34,7 +34,7 @@ var auth = function(username, password) {
3434

3535
app.set('views', __dirname + '/views')
3636
app.set('view engine', 'ejs')
37-
app.use(favicon())
37+
//app.use(favicon())
3838
app.use(reloadConf)
3939
app.use(app.router)
4040
app.use(bodyParser.json())

0 commit comments

Comments
 (0)