From ba6d3ed2486e22b28045aeaf4a3d3c6088dac0da Mon Sep 17 00:00:00 2001 From: The Howling Whispers Date: Tue, 30 Jun 2026 17:37:38 +0200 Subject: [PATCH] Move Discord OAuth to root domain, redirect Discord URL to thehowlingwhispers.com --- client/public/index.html | 2 +- client/src/services/api.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/public/index.html b/client/public/index.html index aa069f2..d2d1151 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + The Howling Whispers diff --git a/client/src/services/api.js b/client/src/services/api.js index c59f51f..80ce7b4 100644 --- a/client/src/services/api.js +++ b/client/src/services/api.js @@ -66,7 +66,7 @@ export const fragments = { }; export function getDiscordAuthUrl(next = '/') { - return `https://git.thehowlingwhispers.com/auth/discord?next=${encodeURIComponent(next)}`; + return `https://thehowlingwhispers.com/auth/discord?next=${encodeURIComponent(next)}`; } export const ai = {