mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-05 12:06:36 -05:00
Removed the route /jobs from rendering closes #9083
This commit is contained in:
@@ -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/*'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user