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