Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR authored Mar 25, 2024
1 parent 4eeb882 commit 088d90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ app.use(
cors({
origin(origin) {
return origin.includes('//localhost') ||
origin.includes('irodori-newcomer2023.pages.dev')
origin.includes('irodori-newcomer2023')
? origin
: 'https://irodori-newcomer2023.pages.dev';
},
Expand Down

0 comments on commit 088d90d

Please sign in to comment.