revise to have both screen hero and team viewer pair programming sections

This commit is contained in:
Michael Q Larson
2014-12-15 21:10:13 -08:00
parent ab1845cd03
commit 91c829ac19
4 changed files with 71 additions and 25 deletions

2
app.js
View File

@ -131,8 +131,8 @@ app.get(
app.get('/learn-to-code', resourcesController.learnToCode);
app.get('/privacy', resourcesController.privacy);
app.get('/jquery-exercises', resourcesController.jqueryExercises);
app.get('/text-based-adventure-tutorial-app', resourcesController.textBasedAdventureTutorial);
app.get('/chromebook', resourcesController.chromebook);
app.get('/pair-program-with-team-viewer', resourcesController.pairProgramWithTeamViewer);
app.get('/programmer-interview-questions-app', resourcesController.programmerInterviewQuestionsApp);
app.get('/about', resourcesController.about);
app.get('/login', userController.getLogin);