Skip to content

Commit

Permalink
fix: add missing events path #212
Browse files Browse the repository at this point in the history
  • Loading branch information
David Longworth committed Aug 31, 2017
1 parent 1a0a016 commit e9cdecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ var conf = convict({
format: Object,
default: {
datasources: path.join(__dirname, '/workspace/datasources'),
events: path.join(__dirname, '/workspace/events'),
middleware: path.join(__dirname, '/workspace/middleware'),
pages: path.join(__dirname, '/workspace/pages'),
public: path.join(__dirname, '/workspace/public'),
Expand Down

0 comments on commit e9cdecb

Please sign in to comment.