*Added onlineCount endpoint

*Added launch with PM2
*Code clenaup
This commit is contained in:
Junior 2023-07-04 08:25:46 -03:00
parent 5dfa4d83e7
commit b400beea6a
18 changed files with 381 additions and 321 deletions

View file

@ -1,6 +1,6 @@
{
"name": "RustyHearts-API",
"version": "1.0.0",
"version": "1.1.0",
"description": "Rusty Hearts REST API implementation on node.js",
"main": "src/app.js",
"scripts": {
@ -35,7 +35,9 @@
"logger": "^0.0.1",
"moment-timezone": "^0.5.43",
"mssql": "^9.1.1",
"node-cache": "^5.1.2",
"nodemailer": "^6.9.1",
"pm2": "^5.3.0",
"winston": "^3.8.2",
"xml2js": "^0.6.0"
},