diff options
Diffstat (limited to 'src/app.js')
| -rw-r--r-- | src/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ const { isSubscribed, getSubscriptions, getSubscriptionFromNumber, subscribe, lo const { sendTextMessage } = require('./sendTextMessage'); const { MessagingResponse } = require('twilio').twiml; -dotenv.config(); +dotenv.config({ path: '..' }); loadData(); const app = express(); |
