completionId: cgen-69b9aace9b8145f0ba9ca855bb088173
cgen-69b9aace9b8145f0ba9ca855bb088173
This commit is contained in:
parent
9decc5a5ec
commit
82472654ab
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export default async function handler(req: any, res: any) {
|
|||
client_secret: clientSecret,
|
||||
grant_type: "authorization_code",
|
||||
code,
|
||||
redirect_uri: "https://aethex.dev/activity",
|
||||
redirect_uri: process.env.DISCORD_ACTIVITY_REDIRECT_URI || "https://aethex.dev/activity",
|
||||
}).toString(),
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue