add minimal html

This commit is contained in:
Sergo
2023-07-29 21:42:12 +03:00
parent 27efd26d6c
commit 88e1f756e3
16 changed files with 81 additions and 551 deletions

View File

@@ -47,14 +47,6 @@ app.use(function (req, _res, next) {
next()
});
app.use('/authme', (req, res) => {
//@ts-ignore
req.session.user = {
email: "her@va.mm"
}
res.send("done locally")
})
app.use(urlencoded({ extended: true }))
// Host the public folder
app.use('/', serveStatic(app.get('public')))