mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Logging improvements
This commit is contained in:
@@ -262,7 +262,7 @@ function GetApp(): ModuleType {
|
||||
// -------------------------------------------------------------
|
||||
|
||||
app.get('/getDbs', (req: Request, res: any) => {
|
||||
// logger.LogReq(req)
|
||||
logger.LogReq(req)
|
||||
res.json(
|
||||
questionDbs.map((qdb) => {
|
||||
return {
|
||||
|
Reference in New Issue
Block a user