dify/web/app/api/hello/route.ts

4 lines
90 B
TypeScript

export async function GET(_request: Request) {
return new Response('Hello, Next.js!')
}