Improve formatting
This commit is contained in:
@ -2,4 +2,4 @@ import type { RequestHandler } from './$types';
|
||||
|
||||
export const GET = (async ({ fetch }) => {
|
||||
return await fetch('api/posts');
|
||||
}) satisfies RequestHandler;
|
||||
}) satisfies RequestHandler;
|
||||
|
Reference in New Issue
Block a user