mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 19:26:29 +08:00
Fix homepage bug
This commit is contained in:
@@ -9,6 +9,8 @@ router.use('/assets', require('./assets'));
|
||||
router.get('/', (req, res) => {
|
||||
return res.render('article', {
|
||||
title: 'Coral Talk',
|
||||
asset_url: '',
|
||||
body: '',
|
||||
basePath: '/client/embed/stream'
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user