index.js 86 B

12345
  1. const Authorization = require('./authorization');
  2. module.exports = {
  3. Authorization
  4. }