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 7f8547f commit b5877beCopy full SHA for b5877be
app.js
@@ -86,6 +86,7 @@ app.configure(function(){
86
app.use(passport.initialize());
87
app.use(modifySessions.init(sessionStore));
88
app.use(app.router);
89
+ app.use(express.favicon('public/images/favicon.ico'));
90
91
// Set up the views
92
app.engine('html', require('./libs/muExpress').renderFile(app));
0 commit comments