NeteaseCloudMusicApi
Advanced tools
Comparing version 2.9.2 to 2.9.3
@@ -179,2 +179,5 @@ const express = require("express"); | ||
// 热搜 | ||
app.use("/search/hot", require("./router/search_hot.js")); | ||
//搜索 multimatch | ||
@@ -181,0 +184,0 @@ app.use("/search/multimatch", require("./router/search_multimatch")); |
{ | ||
"name": "NeteaseCloudMusicApi", | ||
"version": "2.9.2", | ||
"version": "2.9.3", | ||
"description": "网易云音乐 NodeJS 版 API", | ||
@@ -5,0 +5,0 @@ "scripts": { |
141777
102
2469