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": {
|
"emoji": {
|
||||||
"name": "✅"
|
"name": "✅"
|
||||||
},
|
},
|
||||||
"url": `${process.env.ORIGIN}/merge-th/${id}`,
|
"url": `${process.env.PUBLIC}/merge-th/${id}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": 2,
|
"type": 2,
|
||||||
"style": 5,
|
"style": 5,
|
||||||
"url": `${process.env.ORIGIN}/ignore-th/${id}`,
|
"url": `${process.env.PUBLIC}/ignore-th/${id}`,
|
||||||
"label": "Deny",
|
"label": "Deny",
|
||||||
"emoji": {
|
"emoji": {
|
||||||
"name": "❌"
|
"name": "❌"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue