Merge pull request #108 from coralproject/asset-searching

Added asset searching
This commit is contained in:
Wyatt Johnson
2016-11-29 10:06:00 -07:00
committed by GitHub
+1
View File
@@ -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],