completionId: cgen-2d571f85f810430e8c759a14c5315dba

cgen-2d571f85f810430e8c759a14c5315dba
This commit is contained in:
Builder.io 2025-11-13 03:39:19 +00:00
parent 80310490fc
commit e4effdb956

View file

@ -1285,7 +1285,9 @@ export function createServer() {
client_secret: clientSecret, client_secret: clientSecret,
grant_type: "authorization_code", grant_type: "authorization_code",
code, code,
redirect_uri: "https://127.0.0.1", // Placeholder for Activity redirect_uri:
process.env.DISCORD_ACTIVITY_REDIRECT_URI ||
"https://aethex.dev/activity",
}).toString(), }).toString(),
}, },
); );