misc: types adapt

This commit is contained in:
glazk0 2024-09-17 19:13:45 +02:00
parent 26cd9432e5
commit 6e53c47b4c
No known key found for this signature in database
GPG key ID: E45BF177782B9FEB

View file

@ -1,7 +1,6 @@
import type { RequestHandler } from "@sveltejs/kit";
import type { RequestHandler } from "./$types";
export const GET: RequestHandler = async () => {
const entries = [
'User-agent: *',
'Disallow: /',