Removed the route /jobs from rendering closes #9083

This commit is contained in:
Sheri Richardson
2016-06-11 20:49:52 +02:00
parent 9ac80998a7
commit ebcd50bf58

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/*'
];