Added session changer, more comments, BREAKING: renamed noLogging to noHttpLogging
This commit is contained in:
@@ -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 });
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user