Added session changer, more comments, BREAKING: renamed noLogging to noHttpLogging

This commit is contained in:
Sebastian Seedorf
2020-11-18 22:14:33 +01:00
parent 33214c83e8
commit cfa8c654b0
10 changed files with 83 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ if (!_1.DefaultConfig.isProduction) {
`.replace(/\t/g, ""));
});
router.get("/auto-reload", (req, res) => {
req.noLogging = true;
req.noHttpLogging = true;
res.json({ uuid });
});
}