Files
sexy/packages/frontend/src/routes/videos/+page.server.ts
Valknar XXX be0fc11a5c A new start
2025-10-25 22:04:41 +02:00

7 lines
133 B
TypeScript

import { getVideos } from "$lib/services";
export async function load({ fetch }) {
return {
videos: await getVideos(fetch),
};
}