plugin.js 131 B

123456789
  1. 'use strict';
  2. /** @type Egg.EggPlugin */
  3. module.exports = {
  4. // had enabled by egg
  5. // static: {
  6. // enable: true,
  7. // }
  8. };