const.ts 56 B

123
  1. export const jwtConstants = {
  2. secret: 'secretKey',
  3. };