Merge pull request #9095 from sheriallis/fix/remove-jobs-from-routes

Removed the route /jobs from rendering
This commit is contained in:
Berkeley Martinez
2016-06-11 17:57:45 -07:00
committed by GitHub

View File

@ -12,8 +12,6 @@ const log = debug('fcc:react-server');
// add routes here as they slowly get reactified
// remove their individual controllers
const routes = [
'/jobs',
'/jobs/*',
'/videos',
'/videos/*'
];