diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/api-example.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/api-example.js b/config/api-example.js index 08bd845..4df7ba3 100644 --- a/config/api-example.js +++ b/config/api-example.js @@ -1,3 +1,3 @@ module.exports = { - 'sendgrid' : 'SENDGRID API KEY GOES HERE' + 'sendgrid' : '' // SendGrid API key goes here }; |