Removed etsy links, won't be doing that API yet

This commit is contained in:
Sahat Yalkabov
2013-12-10 03:13:48 -05:00
parent b129de494f
commit f8b64f985d
2 changed files with 0 additions and 3 deletions

1
app.js
View File

@ -69,7 +69,6 @@ app.get('/api/scraping', api.getScraping);
app.get('/api/github', passportConf.isAuthorized, api.getGithub);
app.get('/api/lastfm', api.getLastfm);
app.get('/api/nyt', api.getNewYorkTimes);
app.get('/api/etsy', api.getEtsy);
app.get('/api/twitter', passportConf.isAuthenticated, api.getTwitter);
app.get('/api/aviary', api.getAviary);