1
0
Fork 0
scrolltron/src/routes/+page.server.js

6 lines
139 B
JavaScript
Raw Normal View History

2022-12-25 11:58:19 -07:00
/** @type {import('./$types').Actions} */
export const actions = {
default: async (event) => {
// TODO log the user in
}
};