We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7767bd5 commit 0bc9285Copy full SHA for 0bc9285
src/app/.well-known/discord/route.ts
@@ -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