Comparing version 1.0.47 to 1.0.48
@@ -229,3 +229,3 @@ "use strict"; | ||
method = _ref2.method; | ||
return "[".concat(method, ":").concat(path, "]"); | ||
return "[".concat(method, "=").concat(path, "]"); | ||
}).join(' ')); | ||
@@ -232,0 +232,0 @@ }); // 初始化appScope |
{ | ||
"name": "vweb-mvc", | ||
"version": "1.0.47", | ||
"version": "1.0.48", | ||
"description": "mvc ", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
@@ -155,3 +155,3 @@ import {AppScope, Controller} from "../anno"; | ||
}); | ||
logger.info('RequestMapping ' + this.mappings[name].map(({path, method}) => `[${method}:${path}]`).join(' ')); | ||
logger.info('RequestMapping ' + this.mappings[name].map(({path, method}) => `[${method}=${path}]`).join(' ')); | ||
}); | ||
@@ -158,0 +158,0 @@ |
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