Skip to content

Commit 0bc9285

Browse files
committed
Add discord domain verification
1 parent 7767bd5 commit 0bc9285

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export async function GET() {
2+
return new Response("dh=254467be6472324fe951ae9f12dcddb334d574b6", {
3+
headers: {
4+
"Content-Type": "text/plain; charset=utf-8"
5+
}
6+
})
7+
}

0 commit comments

Comments
 (0)