now working
This commit is contained in:
@ -1,8 +1,5 @@
|
||||
export const load = async ({ fetch }) => {
|
||||
const response = await fetch(`/api/guides`);
|
||||
const guides = await response.json();
|
||||
|
||||
return {
|
||||
guides
|
||||
};
|
||||
return { guides };
|
||||
};
|
||||
Reference in New Issue
Block a user