Skip to content

Commit

Permalink
fix:linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Oct 25, 2016
1 parent 35fd3e6 commit 42be777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ let publish = path.join(config.root, config.publish.url)
app.use(express.static(publish))

// This static path is mandatory for relative path to statics in templates
app.use('/abe', express.static(publish));
app.use('/abe', express.static(publish))

if(config.partials !== '') {
if (coreUtils.file.exist(path.join(config.root, config.partials))) {
Expand Down

0 comments on commit 42be777

Please sign in to comment.