mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-06 07:59:43 +00:00
Update routes/controllers/db structure
This commit is contained in:
parent
258b9ec54e
commit
b62e88c4ed
7 changed files with 306 additions and 282 deletions
8
server/routes/items.js
Normal file
8
server/routes/items.js
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue