diff --git a/ui/app/api/env/route.ts b/ui/app/api/env/route.ts index ed03543..5e4ea5a 100644 --- a/ui/app/api/env/route.ts +++ b/ui/app/api/env/route.ts @@ -1,4 +1,4 @@ -import { Request, Response } from 'next/server'; +import { Response } from 'next/server'; import process from 'process'; async function requestHandler(_request: Request): Response {