Skip to content

Commit 51a7051

Browse files
authored
Add leaderboard domains to allowed cors origins (#343)
1 parent 38ba4ef commit 51a7051

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stats/lib/app.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ export const createApp = ({
2929
'http://localhost:3000',
3030
'app://-',
3131
'https://checker-draft.webflow.io',
32-
'https://www.checker.network'
32+
'https://www.checker.network',
33+
'https://leaderboard-f1i.pages.dev',
34+
'https://leaderboard.checker.network'
3335
]
3436
})
3537
app.register(urlData)

0 commit comments

Comments
 (0)