Actualizar server.js

This commit is contained in:
2026-02-15 19:37:28 +00:00
parent a4480664a2
commit e8452df93e

View File

@@ -3,6 +3,7 @@ import cors from "cors";
import bcrypt from "bcryptjs";
import jwt from "jsonwebtoken";
import pg from "pg";
import crypto from "crypto"; // <--- AÑADE ESTA LÍNEA EXACTAMENTE ASÍ
const { Pool } = pg;
const app = express();