From 944f47c317c133fdbec9b8b1097357db93b060cd Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Thu, 7 Mar 2024 22:44:36 +0000 Subject: path? --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index 7020fbe..25a941d 100644 --- a/src/app.js +++ b/src/app.js @@ -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(); -- cgit v1.2.3