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

Commit

Permalink
Merge pull request #827 from mleanos/hotfix/default-env-client-path
Browse files Browse the repository at this point in the history
[hotfix] Added missing /client/ path
  • Loading branch information
lirantal committed Aug 20, 2015
2 parents 6474718 + 195cbe5 commit 72067fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/env/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ module.exports = {
// for obsecurity reasons
sessionKey: 'sessionId',
sessionCollection: 'sessions',
logo: 'modules/core/img/brand/logo.png',
favicon: 'modules/core/img/brand/favicon.ico'
logo: 'modules/core/client/img/brand/logo.png',
favicon: 'modules/core/client/img/brand/favicon.ico'
};

0 comments on commit 72067fd

Please sign in to comment.