mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Fix coding style
This commit is contained in:
parent
67308487b9
commit
be88cae995
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ import apiRouter2 from '../api/v2/index.js'
|
|||
const router = express.Router()
|
||||
|
||||
if (process.env.ENABLE_MAIN_MODULE === 'true') {
|
||||
router.use('/0', apiRouter0)
|
||||
router.use('/0', apiRouter0)
|
||||
}
|
||||
router.use('/1', apiRouter1)
|
||||
router.use('/2', apiRouter2)
|
||||
|
|
Loading…
Reference in a new issue