Merge pull request #9095 from sheriallis/fix/remove-jobs-from-routes
Removed the route /jobs from rendering
This commit is contained in:
@ -12,8 +12,6 @@ const log = debug('fcc:react-server');
|
|||||||
// add routes here as they slowly get reactified
|
// add routes here as they slowly get reactified
|
||||||
// remove their individual controllers
|
// remove their individual controllers
|
||||||
const routes = [
|
const routes = [
|
||||||
'/jobs',
|
|
||||||
'/jobs/*',
|
|
||||||
'/videos',
|
'/videos',
|
||||||
'/videos/*'
|
'/videos/*'
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user