unblock-netease-music
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "unblock-netease-music", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "start": "node ./bin/www" |
@@ -49,3 +49,3 @@ var express = require('express'); | ||
}); | ||
router.post('/eapi/v1/album/', function(req, res, next) { | ||
router.post('/eapi/v1/album/*', function(req, res, next) { | ||
utils.modifyDetailApi(); | ||
@@ -52,0 +52,0 @@ next(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15511