rename: routes

This commit is contained in:
kunkka 2020-10-27 23:14:32 +08:00
parent a5cd7fe080
commit f0dd68d1b0
2 changed files with 0 additions and 3 deletions

View File

@ -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