Skip to content

Commit

Permalink
fix relative path
Browse files Browse the repository at this point in the history
without ./ node assumes core module or dependency in node_modules
  • Loading branch information
tripflex committed Aug 10, 2013
1 parent fb771e7 commit a572516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -36,7 +36,7 @@ if (process.env.ACCOUNT_SID) {

//local dev
else {
config = require('config');
config = require('./config');
}

//Quick Start Example 1 - Make an outbound call
Expand Down

0 comments on commit a572516

Please sign in to comment.