This commit is contained in:
lesion
2019-07-29 23:37:29 +02:00
parent 4e72576854
commit c8e6e421c6

View File

@@ -23,6 +23,8 @@ router.get('/', async (req, res) => {
}, },
localPost: 3, localPost: 3,
localComments: 0 localComments: 0
}
res.json(ret)
}) })
module.exports = router module.exports = router