initial upload
This commit is contained in:
parent
4c2141d89d
commit
2a9bd4e81b
33 changed files with 1238 additions and 0 deletions
5
routes/logout.mjs
Normal file
5
routes/logout.mjs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
export const get = async function(request, response) {
|
||||
request.session.destroy();
|
||||
response.render(`ui/logout.njk`);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue