mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 11:57:12 +08:00
rename: routes
This commit is contained in:
parent
a5cd7fe080
commit
f0dd68d1b0
|
@ -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…
Reference in New Issue
Block a user