mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Showing info on get veteran pw when client id starts with zero
This commit is contained in:
parent
6179ad7f95
commit
34f44a0fa2
2 changed files with 24 additions and 3 deletions
|
@ -187,7 +187,8 @@ function GetApp () {
|
|||
|
||||
app.get('/getVeteranPw', function (req, res) {
|
||||
res.render('veteranPw', {
|
||||
cid: req.query.cid || ''
|
||||
cid: req.query.cid || '',
|
||||
devel: process.env.NS_DEVEL
|
||||
})
|
||||
logger.LogReq(req)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue