change to html

This commit is contained in:
mihai 2024-09-11 11:05:46 +03:00
parent 98af24b30c
commit 82f9cf76a1
2 changed files with 3 additions and 12 deletions

3
index.html Normal file
View File

@ -0,0 +1,3 @@
<html>
ens proxy
</html>

View File

@ -1,12 +0,0 @@
import type { VercelRequest, VercelResponse } from '@vercel/node'
export default async function index(
request: VercelRequest,
response: VercelResponse
) {
try {
response.status(200)
} catch (error) {
response.send({ error })
}
}