Skip to content

Commit

Permalink
Add global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pravin-sivabalan committed Jul 21, 2018
1 parent 2ce9b4e commit 497755b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/mailgun-router.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const express = require('express');
const router = express.Router();
const axios = require('axios');
const mailgun = require('mailgun-js')({ apiKey: process.env.MAILGUN_API_KEY, domain: process.env.MAILGUN_DOMAIN });
var unassignedUsers;

router.post('/messages', (req, res, next) => {
const receivedEmail = {
Expand Down

0 comments on commit 497755b

Please sign in to comment.