mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
rename: routes
This commit is contained in:
parent
a5cd7fe080
commit
f0dd68d1b0
2 changed files with 0 additions and 3 deletions
|
|
@ -42,9 +42,6 @@ app.use(bodyParser.urlencoded({ extended: false }))
|
|||
|
||||
app.use(fileUpload())
|
||||
|
||||
// static
|
||||
// app.use(express.static(path.join(__dirname, 'public')))
|
||||
|
||||
// cache
|
||||
app.use(cache('2 minutes', (req, res) => res.statusCode === 200))
|
||||
// router
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue