diff --git a/server/boot/a-react.js b/server/boot/a-react.js index 5d13e39b99..c9e895a5da 100644 --- a/server/boot/a-react.js +++ b/server/boot/a-react.js @@ -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/*' ];