plugin.js 105 B

1234567
  1. 'use strict';
  2. /** @type Egg.EggPlugin */
  3. exports.amqp = {
  4. enable: true,
  5. package: 'egg-naf-amqp',
  6. };