mirror of
https://github.com/JuniorDark/RustyHearts-API.git
synced 2026-05-07 06:01: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,5 +1,5 @@
|
|||
const sql = require('mssql');
|
||||
const bcrypt = require('bcrypt');
|
||||
const bcrypt = require('bcryptjs');
|
||||
const crypto = require('crypto');
|
||||
const express = require('express');
|
||||
const router = express.Router();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue