fix text route

This commit is contained in:
Bogdan Fazakas 2023-01-12 14:07:57 +02:00
parent dd342fa5d1
commit 803cbed128
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export async function getEnsTextRecords(
return records
}
export async function ensTextApi(
export default async function ensTextApi(
request: VercelRequest,
response: VercelResponse
) {