Fix link errors in randomAPIs

This commit is contained in:
Berkeley Martinez
2015-10-07 00:28:42 -07:00
parent 7a4f5d752c
commit 241ca8097d

View File

@ -215,13 +215,6 @@ module.exports = function(app) {
});
}
function catPhotoSubmit(req, res) {
res.send(
'Success! You have submitted your cat photo. Return to your website ' +
'by typing any letter into your code editor.'
);
}
function sponsors(req, res) {
res.render('sponsors/sponsors', {
title: 'The Sponsors who make Free Code Camp Possible'