mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-06 12:55:23 +02:00
Update routes/controllers/db structure
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const express = require('express')
|
||||
const LibraryItemController = require('../controllers2/item.controller')
|
||||
|
||||
const router = express.Router()
|
||||
|
||||
router.get('/:id', LibraryItemController.getLibraryItem)
|
||||
|
||||
module.exports = router
|
||||
Reference in New Issue
Block a user