plugin.js 146 B

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