remove additional vestiges of labs and twitter sharing

This commit is contained in:
Quincy Larson
2016-05-16 16:10:52 -07:00
parent 42c97988a2
commit e0867ec556
3 changed files with 0 additions and 77 deletions

View File

@@ -1,6 +1,5 @@
import request from 'request';
import constantStrings from '../utils/constantStrings.json';
import labs from '../resources/labs.json';
import testimonials from '../resources/testimonials.json';
import secrets from '../../config/secrets';
@@ -23,7 +22,6 @@ module.exports = function(app) {
router.get('/unsubscribed', unsubscribed);
router.get('/get-started', getStarted);
router.get('/submit-cat-photo', submitCatPhoto);
router.get('/labs', showLabs);
router.get('/stories', showTestimonials);
router.get('/shop', showShop);
router.get('/shop/cancel-stickers', cancelStickers);
@@ -45,13 +43,6 @@ module.exports = function(app) {
res.redirect('https://gitter.im/FreeCodeCamp/FreeCodeCamp');
}
function showLabs(req, res) {
res.render('resources/labs', {
title: 'Projects Built by Free Code Camp Software Engineers',
projects: labs
});
}
function terms(req, res) {
res.render('resources/terms-of-service', {
title: 'Terms of Service'