Added aviary api example
This commit is contained in:
2
app.js
2
app.js
@ -71,7 +71,7 @@ app.get('/api/nyt', api.getNewYorkTimes);
|
||||
app.get('/api/twilio', api.getTwilio);
|
||||
app.get('/api/etsy', api.getEtsy);
|
||||
app.get('/api/twitter', passportConf.ensureAuthenticated, api.getTwitter);
|
||||
app.get('/api/aviary', passportConf.ensureAuthenticated, api.getAviary);
|
||||
app.get('/api/aviary', api.getAviary);
|
||||
|
||||
app.get('/contact', contact.getContact);
|
||||
app.post('/contact', contact.postContact);
|
||||
|
Reference in New Issue
Block a user