Revert "Add Youtube videos to the map (#13592)"

This reverts commit 4a3fcba501.
This commit is contained in:
Quincy Larson
2017-05-03 19:22:05 -05:00
committed by GitHub
parent 4a3fcba501
commit 60187e6c28
23 changed files with 14 additions and 711 deletions

View File

@@ -30,9 +30,6 @@ export default function reactSubRouter(app) {
(req, res) => res.redirect(`/challenges/${req.params.dashedName}`)
);
// youtube data not available on app load, send to the map
router.get(/youtube.*/, (req, res) => res.redirect('/map'));
// These routes are in production
routes.forEach((route) => {
router.get(route, serveReactApp);