Removed comments, spacing and changed password

This commit is contained in:
ShakedAp
2023-06-25 13:57:02 +03:00
parent e1a1ab706f
commit 7d5bac659c
5 changed files with 4 additions and 44 deletions

View File

@@ -79,7 +79,6 @@ app.use(session({
resave: false,
saveUninitialized: false,
logged: false
}));
app.get("/", function (req, res) {