liuyu 5 years ago
parent
commit
5f3c1fd7b5
1 changed files with 4 additions and 4 deletions
  1. 4 4
      config/plugin.js

+ 4 - 4
config/plugin.js

@@ -1,7 +1,7 @@
 'use strict';
 
 /** @type Egg.EggPlugin */
-// exports.amqp = {
-//   enable: true,
-//   package: 'egg-naf-amqp',
-// };
+exports.amqp = {
+  enable: true,
+  package: 'egg-naf-amqp',
+};