mirror of
https://github.com/TheGreyDiamond/elevatormapRewritten.git
synced 2025-12-17 23:40:45 +01:00
Cleanup
This commit is contained in:
6
routes/debug.route.ts
Normal file
6
routes/debug.route.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = function (app) {
|
||||
app.get("/debug/showSessionInfo", function (req, res) {
|
||||
res.send(JSON.stringify(req.session));
|
||||
});
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user