Finished web scraping example with a hacker news top 30 links
This commit is contained in:
2
app.js
2
app.js
@ -64,7 +64,7 @@ app.get('/api', api.getApi);
|
||||
app.get('/api/foursquare', passportConf.ensureAuthenticated, api.getFoursquare);
|
||||
app.get('/api/tumblr', passportConf.ensureAuthenticated, api.getTumblr);
|
||||
app.get('/api/facebook', passportConf.ensureAuthenticated, api.getFacebook);
|
||||
app.get('/api/scraping', passportConf.ensureAuthenticated, api.getScraping);
|
||||
app.get('/api/scraping', api.getScraping);
|
||||
|
||||
app.get('/contact', contact.getContact);
|
||||
app.post('/contact', contact.postContact);
|
||||
|
Reference in New Issue
Block a user