mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Removed some demo code
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user