You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.default.js 144B

12345678
  1. 'use strict';
  2. /**
  3. * cors default config
  4. * @member Config#cors
  5. * @see https://www.npmjs.com/package/kcors#corsoptions
  6. */
  7. exports.cors = {};