Fix Discord Activity manifest - add proxy domain to rpc_origins
cgen-57becb83f30540cf860846204b4c0831
This commit is contained in:
parent
7e7ad7cb0e
commit
a337660258
1 changed files with 7 additions and 5 deletions
|
|
@ -3,11 +3,13 @@
|
|||
"version": "1",
|
||||
"name": "AeThex",
|
||||
"description": "AeThex Creator Network & Talent Platform - Activity",
|
||||
"rpc_origins": ["https://aethex.dev", "https://discord.com"],
|
||||
"verifyToken": "aethex-verify-token-v1",
|
||||
"rpc_origins": [
|
||||
"https://aethex.dev",
|
||||
"https://discord.com",
|
||||
"https://*.discordsays.com",
|
||||
"https://578971245454950421.discordsays.com"
|
||||
],
|
||||
"interactions": {
|
||||
"request_url": "https://aethex.dev/api/discord/interactions"
|
||||
},
|
||||
"instanceUrl": "https://aethex.dev/activity",
|
||||
"orientation": "portrait-primary"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue