Move Discord OAuth to git subdomain auth service at /var/www/git/
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user