Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
fixing the serve-favicon issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cwbuecheler committed Oct 17, 2014
1 parent 739b9d6 commit 2a4a5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var express = require('express');
var path = require('path');
var favicon = require('static-favicon');
var favicon = require('serve-favicon');
var logger = require('morgan');
var cookieParser = require('cookie-parser');
var bodyParser = require('body-parser');
Expand Down

0 comments on commit 2a4a5a8

Please sign in to comment.