index.js 85 B

123456
  1. module.exports = {
  2. secret: 'abcdefg',
  3. getVersion: function(){
  4. return '1.0.0'
  5. }
  6. }