Skip to content

Commit

Permalink
fixing error
Browse files Browse the repository at this point in the history
  • Loading branch information
haywhy43 committed May 2, 2019
1 parent 19c17db commit 42eaff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const Paystack = require('../controllers/paystack');
var Admin = require('../models/admin');
var JobModel = require('../models/jobs');
const Applicant = require('../controllers/applicant');
const Subscription = require('../controllers/admin');
const session = require('../controllers/stripe');
//var app = require('passport');
/* GET home page. */
Expand Down

0 comments on commit 42eaff8

Please sign in to comment.