backend-manager 2.4.22 → 2.4.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/manager/index.js +1 -0
package/package.json
CHANGED
package/src/manager/index.js
CHANGED
|
@@ -400,6 +400,7 @@ Manager.prototype.init = function (exporter, options) {
|
|
|
400
400
|
Manager.prototype._process = function (mod) {
|
|
401
401
|
const self = this;
|
|
402
402
|
const name = mod.assistant.meta.name;
|
|
403
|
+
const method = mod.assistant.request.method;
|
|
403
404
|
const hook = self.handlers && self.handlers[name];
|
|
404
405
|
const req = mod.req;
|
|
405
406
|
const res = mod.res;
|