se corrigieron los modules

This commit is contained in:
2025-10-22 10:30:23 -06:00
parent 922506c070
commit f06decdc43
10 changed files with 144 additions and 107 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { JwtModule } from '@nestjs/jwt';
import { JwtModule, JwtService } from '@nestjs/jwt';
import { Module } from '@nestjs/common';
import { AuthService } from './auth.service';
import { Usuario } from 'src/usuario/entities/usuario.entity';