diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 22:44:36 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-03-07 22:44:36 +0000 |
| commit | 944f47c317c133fdbec9b8b1097357db93b060cd (patch) | |
| tree | 86bc9e3c091f7e0668f252dbc9b46b88458a59fc /src/app.js | |
| parent | cff8428849928e6a781f4c89b526adbdc962f387 (diff) | |
path?
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(); |
