This commit is contained in:
binaryify
2017-08-17 15:10:53 +08:00
parent 1d8b13de2f
commit cde7863060
2 changed files with 2 additions and 2 deletions

2
app.js
View File

@ -18,7 +18,7 @@ let cache = apicache.middleware
// next()
// })
// app.use(cache('2 minutes'))
app.use(cache('2 minutes'))
app.use(express.static('public'))