chore: remove api endpoint
This commit is contained in:
parent
7cd4574580
commit
ee79599978
@ -1,5 +0,0 @@
|
|||||||
import { fetchData } from '$lib/server/fetchData';
|
|
||||||
|
|
||||||
export async function GET({}) {
|
|
||||||
return new Response(JSON.stringify(await fetchData()));
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user