Added session changer, more comments, BREAKING: renamed noLogging to noHttpLogging
This commit is contained in:
@@ -52,7 +52,7 @@ if (!DefaultConfig.isProduction) {
|
||||
});
|
||||
|
||||
router.get("/auto-reload", (req, res) => {
|
||||
req.noLogging = true;
|
||||
req.noHttpLogging = true;
|
||||
res.json({uuid});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user