diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-08 03:22:10 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-08 03:22:10 +0100 |
| commit | d57f244f5bf0ab7e86446d0088079fbd008d13df (patch) | |
| tree | 538a710e62effd118617728ca86ba18bcb3ded9d /bucky/app/index.js | |
| parent | 192abb9db60f95968953b515ce18700c6b2da090 (diff) | |
building search index w/ old perl lib
Diffstat (limited to 'bucky/app/index.js')
| -rw-r--r-- | bucky/app/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bucky/app/index.js b/bucky/app/index.js index 03c5593..1231914 100644 --- a/bucky/app/index.js +++ b/bucky/app/index.js @@ -27,7 +27,7 @@ site.init = function(){ app.set('views', path.join(__dirname, '../../views')) app.use(express.static(path.join(__dirname, '../../public'))) - app.use(favicon(__dirname + '../../public/favicon.ico')) + app.use(favicon(__dirname + '../../../public/favicon.ico')) app.use(bodyParser.json()) app.use(bodyParser.urlencoded({ extended: false })) app.use( multer({ dest:'./uploads/' }).single("file") ) |
