actiocate user
This commit is contained in:
@@ -44,6 +44,9 @@ const cardsControllers = {
|
||||
},
|
||||
acceptCardTerms: function (req, resp){
|
||||
|
||||
|
||||
|
||||
|
||||
},
|
||||
activateCard: function (req, res) {
|
||||
cards.activateCard(req, res, function (err, dist) {
|
||||
|
||||
@@ -8,6 +8,9 @@ module.exports = function(app) {
|
||||
.post(cardsControllers.createApplications);
|
||||
app.route('/createCardHolder')
|
||||
.post(cardsControllers.createCardHolder);
|
||||
app.route('/acceptterms')
|
||||
.post(cardsControllers.acceptCardTerms);
|
||||
|
||||
app.route('/create')
|
||||
.post(cardsControllers.createCard);
|
||||
app.route('/create')
|
||||
|
||||
Reference in New Issue
Block a user