make linter pass
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
module.exports = router => {
|
||||
module.exports = (router) => {
|
||||
router.get('/ping', (req, res) => res.send('pong'));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user