We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb1f4f commit b2a1491Copy full SHA for b2a1491
web/app.js
@@ -7,7 +7,7 @@ const
7
pod = require('../lib/api'),
8
ghURL = require('parse-github-url'),
9
app = express(),
10
- favicon = require('serve-favicon'),
+ // favicon = require('serve-favicon'),
11
statics = require('serve-static'),
12
basicAuth = require('basic-auth');
13
@@ -34,7 +34,7 @@ var auth = function(username, password) {
34
35
app.set('views', __dirname + '/views')
36
app.set('view engine', 'ejs')
37
-app.use(favicon())
+//app.use(favicon())
38
app.use(reloadConf)
39
app.use(app.router)
40
app.use(bodyParser.json())
0 commit comments