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'))

View File

@ -1,6 +1,6 @@
{
"name": "NeteaseCloudMusicApi",
"version": "2.6.7",
"version": "2.6.8",
"description": "网易云音乐 NodeJS 版 API",
"scripts": {
"start": "node app.js",