fix cors 2
This commit is contained in:
parent
ef0e135e61
commit
99e3c40ba5
1 changed files with 2 additions and 2 deletions
4
index.ts
4
index.ts
|
|
@ -133,12 +133,12 @@ async function runComparison() {
|
|||
"emoji": {
|
||||
"name": "✅"
|
||||
},
|
||||
"url": `${process.env.ORIGIN}/merge-th/${id}`,
|
||||
"url": `${process.env.PUBLIC}/merge-th/${id}`,
|
||||
},
|
||||
{
|
||||
"type": 2,
|
||||
"style": 5,
|
||||
"url": `${process.env.ORIGIN}/ignore-th/${id}`,
|
||||
"url": `${process.env.PUBLIC}/ignore-th/${id}`,
|
||||
"label": "Deny",
|
||||
"emoji": {
|
||||
"name": "❌"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue