A new start
This commit is contained in:
6
packages/frontend/src/routes/videos/+page.server.ts
Normal file
6
packages/frontend/src/routes/videos/+page.server.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { getVideos } from "$lib/services";
|
||||
export async function load({ fetch }) {
|
||||
return {
|
||||
videos: await getVideos(fetch),
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user