Merge branch 'master' into challenges

Conflicts:
	app.js
This commit is contained in:
Michael Q Larson
2014-12-16 10:45:59 -08:00
4 changed files with 45 additions and 1 deletions

4
app.js
View File

@ -131,6 +131,8 @@ app.get(
app.get('/learn-to-code', resourcesController.learnToCode);
app.get('/privacy', resourcesController.privacy);
app.get('/jquery-exercises', resourcesController.jqueryExercises);
app.get('/live-pair-programming', resourcesController.livePairProgramming);
app.get('/javascript-in-your-inbox', resourcesController.javaScriptInYourInbox);
app.get('/chromebook', resourcesController.chromebook);
app.get('/pair-program-with-team-viewer', resourcesController.pairProgramWithTeamViewer);
app.get('/done-with-first-100-hours', resourcesController.doneWithFirst100Hours);
@ -245,4 +247,4 @@ app.listen(app.get('port'), function() {
);
});
module.exports = app;
module.exports = app;