mirror of
https://github.com/wassname/talk.git
synced 2026-07-14 11:18:50 +08:00
Merge pull request #108 from coralproject/asset-searching
Added asset searching
This commit is contained in:
@@ -101,6 +101,7 @@ router.get('/', (req, res, next) => {
|
||||
]);
|
||||
})
|
||||
.then(([asset, comments, users, actions, settings]) => {
|
||||
|
||||
// Send back the payload containing all this data.
|
||||
res.json({
|
||||
assets: [asset],
|
||||
|
||||
Reference in New Issue
Block a user