Fix Discord Activity token redirect URI
cgen-5092d1485ab1409f8602118ff86ad489
This commit is contained in:
parent
890744574b
commit
7e7ad7cb0e
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://127.0.0.1", // Placeholder for Activity
|
||||
redirect_uri: "https://aethex.dev/activity",
|
||||
}).toString(),
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue