Starting page server for the main page.

This commit is contained in:
Bradley Shellnut 2022-09-13 15:16:13 -07:00
parent 10aefbf13f
commit 93f57504e6

View file

@ -0,0 +1,6 @@
export const actions: Actions = {
default: async ({ request, locals }): Promise<any> => {
// Do things in here
return {};
}
}