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