Move Discord OAuth to git subdomain auth service at /var/www/git/

This commit is contained in:
2026-06-30 17:16:04 +02:00
parent 2abdb02640
commit e9ab450772
7 changed files with 16 additions and 109 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ export const fragments = {
};
export function getDiscordAuthUrl(next = '/') {
return `${API_ORIGIN}/auth/discord?next=${encodeURIComponent(next)}`;
return `https://git.thehowlingwhispers.com/auth/discord?next=${encodeURIComponent(next)}`;
}
export const ai = {