mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-08 00:54:33 +01:00
7 lines
121 B
JavaScript
7 lines
121 B
JavaScript
const express = require('express')
|
|
|
|
const router = express.Router()
|
|
|
|
// TODO: Add library routes
|
|
|
|
module.exports = router |