mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Ranklist logging
This commit is contained in:
parent
13a18c3fd8
commit
c90c879fc0
4 changed files with 68 additions and 71 deletions
|
@ -163,6 +163,7 @@ function GetApp() {
|
|||
// -------------------------------------------------------------
|
||||
|
||||
app.get('/ranklist', (req, res) => {
|
||||
logger.LogReq(req)
|
||||
const user = req.session.user
|
||||
const data = utils.ReadJSON(idStatFile)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue