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 = {