continued
implemented HTMX implemented ORM (sequelize)
This commit is contained in:
parent
2a9bd4e81b
commit
d756a192e4
71 changed files with 3822 additions and 694 deletions
4
routes/index.mjs
Normal file
4
routes/index.mjs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
export const get = async function (request, response) {
|
||||
response.redirect(`/profile`);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue