feat(challenge-redirect): Make '/challenge' and '/map' redirect to learn (#17144)
* feat(challenge-redirect): Make '/challenge' and '/map' redirect to learn * fix(linting): Generate pathMigrationMap on 'prelint-js' * fix(script): fix "only once" script * fix(lock): Fix lock file
This commit is contained in:
committed by
mrugesh mohapatra
parent
058ec5d247
commit
5eb90ed8c8
3
server/boot/react.js
vendored
3
server/boot/react.js
vendored
@@ -17,9 +17,6 @@ const isDev = process.env.NODE_ENV !== 'production';
|
||||
// add routes here as they slowly get reactified
|
||||
// remove their individual controllers
|
||||
const routes = [
|
||||
'/challenges',
|
||||
'/challenges/*',
|
||||
'/map',
|
||||
'/settings',
|
||||
'/settings/*',
|
||||
'/portfolio/:username'
|
||||
|
Reference in New Issue
Block a user