chore: remove api endpoint

This commit is contained in:
metamethods 2024-12-31 20:41:45 -08:00
parent 7cd4574580
commit ee79599978

View File

@ -1,5 +0,0 @@
import { fetchData } from '$lib/server/fetchData';
export async function GET({}) {
return new Response(JSON.stringify(await fetchData()));
}