Implementación modulo configuración adicional de vehiculos

This commit is contained in:
2026-06-05 15:22:14 +00:00
parent c48f2f8537
commit a82e8af316
9 changed files with 187 additions and 5 deletions

View File

@ -1,7 +1,6 @@
import bcrypt from "bcrypt";
import jwt from "jsonwebtoken";
import userModel from "../user/user.model";
import { resolve } from "dns/promises";
export class AuthService {