This commit is contained in:
2023-04-02 17:41:33 +02:00
parent f6ae387e49
commit 5f208ec074
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,5 @@
import { TimelineReader } from '$lib/server/timeline';
import type { RequestHandler } from './$types';
TimelineReader.init();
export const GET = (async ({ fetch }) => {
return await fetch('api/posts');
}) satisfies RequestHandler;