Daniel Fang

Results 1 comments of Daniel Fang

Proposed changes: ``` json { "modules": [ "customMiddleware": { "custom": true, "path": "/", "data": {} } ] } ``` ``` javascript if (module.custom) require(module) else require("./middleware/" + module); How does...