completionId: cgen-e5f7f0097027492eb96778722c40ed0a

cgen-e5f7f0097027492eb96778722c40ed0a
This commit is contained in:
Builder.io 2025-11-09 23:14:14 +00:00
parent 3abe0bd531
commit 2da5375845

View file

@ -46,7 +46,7 @@ export default async function handler(req: any, res: any) {
}
try {
const redirectUri = `${process.env.VITE_API_BASE || "https://aethex.dev"}/api/discord/oauth/callback`;
const redirectUri = "https://aethex.dev/api/discord/oauth/callback";
// Exchange code for access token
const tokenResponse = await fetch(