misc: types adapt
This commit is contained in:
parent
26cd9432e5
commit
6e53c47b4c
1 changed files with 1 additions and 2 deletions
|
@ -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: /',
|
||||
|
|
Loading…
Add table
Reference in a new issue