mirror of
https://github.com/wassname/talk.git
synced 2026-07-29 11:28:24 +08:00
Pass asset_id in title route
This commit is contained in:
@@ -27,6 +27,7 @@ router.get('/title/:asset_title', (req, res) => {
|
||||
return res.render('article', {
|
||||
title: req.params.asset_title.split('-').join(' '),
|
||||
asset_url: '',
|
||||
asset_id: null,
|
||||
body: body,
|
||||
basePath: '/client/embed/stream'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user