Merge branch 'master' of https://github.com/tmcpro/hackathon-starter
# By Tyler McIntyre # Via Tyler McIntyre * 'master' of https://github.com/tmcpro/hackathon-starter: Added to Readme file Stripe API finished stripe API added Conflicts: package.json views/api/index.jade
This commit is contained in:
5
app.js
5
app.js
@@ -131,6 +131,11 @@ app.get('/api/paypal', apiController.getPayPal);
|
||||
app.get('/api/paypal/success', apiController.getPayPalSuccess);
|
||||
app.get('/api/paypal/cancel', apiController.getPayPalCancel);
|
||||
app.get('/api/steam', apiController.getSteam);
|
||||
app.get('/api/stripe', apiController.getStripe);
|
||||
app.get('/api/stripe/onetime', apiController.getStripeOnetime);
|
||||
app.post('/api/stripe/onetime', apiController.postStripeOnetime);
|
||||
app.get('/api/stripe/newsubscriber', apiController.getStripeNewSubscriber);
|
||||
app.post('/api/stripe/newsubscriber', apiController.postStripeNewSubscriber);
|
||||
app.get('/api/scraping', apiController.getScraping);
|
||||
app.get('/api/twilio', apiController.getTwilio);
|
||||
app.post('/api/twilio', apiController.postTwilio);
|
||||
|
Reference in New Issue
Block a user