mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +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 |