completionId: cgen-e5f7f0097027492eb96778722c40ed0a
cgen-e5f7f0097027492eb96778722c40ed0a
This commit is contained in:
parent
3abe0bd531
commit
2da5375845
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue