mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-24 19:00:16 -04:00
Add react challenge view with editor
This commit is contained in:
@@ -13,7 +13,8 @@ const log = debug('fcc:react-server');
|
||||
// remove their individual controllers
|
||||
const routes = [
|
||||
'/videos',
|
||||
'/videos/*'
|
||||
'/videos/*',
|
||||
'/challenges'
|
||||
];
|
||||
|
||||
const devRoutes = [];
|
||||
|
||||
Reference in New Issue
Block a user