summaryrefslogtreecommitdiff
path: root/src/app.js
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-03-07 22:44:36 +0000
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-03-07 22:44:36 +0000
commit944f47c317c133fdbec9b8b1097357db93b060cd (patch)
tree86bc9e3c091f7e0668f252dbc9b46b88458a59fc /src/app.js
parentcff8428849928e6a781f4c89b526adbdc962f387 (diff)
path?
Diffstat (limited to 'src/app.js')
-rw-r--r--src/app.js2
1 files changed, 1 insertions, 1 deletions
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();