aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/api/route.ts
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-11-15 23:37:59 -0800
committerPinapelz <yukais@pinapelz.com>2023-11-15 23:37:59 -0800
commit6860c5529bab2e35864e1c5803974bd0ffe43222 (patch)
tree005adf864aafa6a255dad92ea3fd90e206ca3988 /src/app/api/route.ts
parent27b28d6507712f00ced4abbe7e026a12d47649f7 (diff)
Initial api route for spotify-lyric-api
Diffstat (limited to 'src/app/api/route.ts')
-rw-r--r--src/app/api/route.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/api/route.ts b/src/app/api/route.ts
new file mode 100644
index 0000000..0e50858
--- /dev/null
+++ b/src/app/api/route.ts
@@ -0,0 +1,5 @@
+import { NextResponse } from "next/server";
+
+export async function GET(){
+ return NextResponse.json({ message: 'Invalid Usage, See About page for usage' })
+} \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage