aboutsummaryrefslogtreecommitdiffstats
path: root/app/api/hello
diff options
context:
space:
mode:
Diffstat (limited to 'app/api/hello')
-rw-r--r--app/api/hello/route.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/api/hello/route.ts b/app/api/hello/route.ts
deleted file mode 100644
index d1cc6ee..0000000
--- a/app/api/hello/route.ts
+++ /dev/null
@@ -1,3 +0,0 @@
1export async function GET(request: Request) {
2 return new Response('Hello, Next.js!')
3}