Im retarded asf

This commit is contained in:
I-Have-An-Issue 2022-10-14 19:33:15 -04:00
parent 156614612b
commit bb67071b11
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
import hostscript from "$lib/hostscript.js";
/** @type {import('./$types').RequestHandler} */
export function GET({ url }) {
return new Response(hostscript(666));
}