mirror of
https://github.com/comatory/fb2iCal
synced 2025-06-05 22:09:25 +02:00
move app routes to separate directory for better composition in
preparation of firebase integration
This commit is contained in:
9
lib/routes/index.js
Normal file
9
lib/routes/index.js
Normal file
@ -0,0 +1,9 @@
|
||||
const { error, notFound } = require('./error')
|
||||
const { download, downloadHTML } = require('./download')
|
||||
|
||||
module.exports = {
|
||||
error,
|
||||
notFound,
|
||||
download,
|
||||
downloadHTML,
|
||||
}
|
Reference in New Issue
Block a user