Removed some demo code

This commit is contained in:
Wyatt Johnson
2017-04-20 15:20:07 -06:00
parent 1f562c8fad
commit b559b81198
2 changed files with 0 additions and 12 deletions
-2
View File
@@ -13,8 +13,6 @@ router.use('/:embed', (req, res, next) => {
return res.render('embed/stream', {customCssUrl, data});
});
case 'live-stream':
return res.render('embed/live-stream');
default:
// will return a 404.
-10
View File
@@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Live Stream</title>
</head>
<body>
<div id="coralStream"></div>
<script src="/client/embed/live-stream/bundle.js"></script>
</body>
</html>