mirror of
https://github.com/JuniorDark/RustyHearts-API.git
synced 2026-05-07 14:11:44 -04:00
- Changed package bcrypt to bcryptjs
- Log memory usage every 10 minutes
This commit is contained in:
parent
fc797c740b
commit
e4f8b3dc90
6 changed files with 26 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
const sql = require('mssql');
|
||||
const express = require('express');
|
||||
const router = express.Router();
|
||||
const bcrypt = require('bcrypt');
|
||||
const bcrypt = require('bcryptjs');
|
||||
const crypto = require('crypto');
|
||||
const { logger, accountLogger } = require('../../utils/logger');
|
||||
const { sendConfirmationEmail } = require('../../mailer/mailer');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue