There should be an easy way how to disable explorer (either UI only or everything) when running in production.
A possible solution: add two new properties to the option object used by middleware factory function.
These two new properties then can be configured either from server/boot/explorer.js, or using the upcoming component infrastructure (see https://github.com/strongloop/loopback-example-component/wiki).
There should be an easy way how to disable explorer (either UI only or everything) when running in production.
A possible solution: add two new properties to the option object used by middleware factory function.
These two new properties then can be configured either from
server/boot/explorer.js, or using the upcoming component infrastructure (see https://github.com/strongloop/loopback-example-component/wiki).