plugin.js 86 B

123456
  1. 'use strict';
  2. /** @type Egg.EggPlugin */
  3. exports.multiTenancy = {
  4. enable: true,
  5. };