mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Modified stuff for easyer testing, logging questiondb count in daily stats
This commit is contained in:
parent
d7b5ad8160
commit
cc19b5424b
8 changed files with 11 additions and 40 deletions
|
@ -13,6 +13,9 @@ export const testUser = {
|
|||
avaiblePWRequests: 645,
|
||||
pwRequestCount: 19,
|
||||
created: new Date(),
|
||||
pw: 'secret',
|
||||
loginCount: 3,
|
||||
createdBy: 1,
|
||||
}
|
||||
|
||||
function renderLogin(req, res, jsonResponse) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue