mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-16 12:24:56 +02:00
Init sqlite take 2
This commit is contained in:
parent
d86a3b3dc2
commit
cf7fd315b6
88 changed files with 7017 additions and 692 deletions
7
server/routes/libraries.js
Normal file
7
server/routes/libraries.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
const express = require('express')
|
||||
|
||||
const router = express.Router()
|
||||
|
||||
// TODO: Add library routes
|
||||
|
||||
module.exports = router
|
Loading…
Add table
Add a link
Reference in a new issue