API modules as import syntax (#4069)
This commit is contained in:
parent
c34a278533
commit
f35547f3b8
4 changed files with 14 additions and 10 deletions
|
|
@ -271,4 +271,4 @@ router.get('/gh/cb', async ctx => {
|
|||
}
|
||||
});
|
||||
|
||||
module.exports = router;
|
||||
export default router;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue