change about path to learn-to-code for SEO purposes and remove learn-to-code view and controller action

This commit is contained in:
Michael Q Larson
2015-01-17 11:27:27 -08:00
parent 456f7063de
commit 279df2995c
4 changed files with 2 additions and 14 deletions

View File

@ -13,12 +13,6 @@ var User = require('../models/User'),
*/
module.exports = {
learnToCode: function(req, res) {
res.render('resources/learn-to-code', {
title: 'Learn to Code'
});
},
privacy: function privacy(req, res) {
res.render('resources/privacy', {
title: 'Privacy'