mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-08-23 09:04:13 -05:00
Update communities.js
This commit is contained in:
@@ -74,7 +74,8 @@ router.get('/:appID/posts', async function (req, res) {
|
||||
/* Build formatted response and send it off. */
|
||||
let options = {
|
||||
name: 'posts',
|
||||
with_mii: req.query.with_mii === '1'
|
||||
with_mii: req.query.with_mii === '1',
|
||||
app_data: true
|
||||
}
|
||||
res.contentType("application/xml");
|
||||
res.send(await comPostGen.PostsResponse(posts, community, options));
|
||||
|
||||
Reference in New Issue
Block a user