Add venmo authorize, callback and API urls, and a corresponding Venmo controller
This commit is contained in:
@ -413,3 +413,9 @@ exports.postTwilio = function(req, res, next) {
|
||||
res.redirect('/api/twilio');
|
||||
});
|
||||
};
|
||||
|
||||
exports.getVenmo = function(req, res, next) {
|
||||
res.render('api/venmo', {
|
||||
title: 'Venmo API'
|
||||
});
|
||||
};
|
Reference in New Issue
Block a user