Files
cedetec_api_nest/src/auth/jwt.constants.ts
T
2026-08-08 23:00:46 -06:00

4 lines
61 B
TypeScript

export const jwtConstants = {
secret: 'SemillaSecreta',
};