Added aviary api example

This commit is contained in:
Sahat Yalkabov
2013-12-08 01:49:18 -05:00
parent 58805c678d
commit 06db58c554
3 changed files with 50 additions and 2 deletions

View File

@ -178,7 +178,9 @@ exports.getTwilio = function(req, res) {
* GET /api/aviary
*/
exports.getAviary = function(req, res) {
res.render('api/aviary', {
title: 'Aviary API'
});
};
exports.getEtsy = function(req, res) {