API modules as import syntax (#4069)

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-01-31 23:32:58 +09:00 committed by syuilo
parent c34a278533
commit f35547f3b8
4 changed files with 14 additions and 10 deletions

View file

@ -271,4 +271,4 @@ router.get('/gh/cb', async ctx => {
}
});
module.exports = router;
export default router;