We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6ae3b commit db510dcCopy full SHA for db510dc
stats/lib/app.js
@@ -25,7 +25,12 @@ export const createApp = ({
25
Sentry.setupFastifyErrorHandler(app)
26
27
app.register(cors, {
28
- origin: ['http://localhost:3000', 'app://-']
+ origin: [
29
+ 'http://localhost:3000',
30
+ 'app://-',
31
+ 'https://checker-draft.webflow.io',
32
+ 'https://checker.network'
33
+ ]
34
})
35
app.register(urlData)
36
addRoutes(app, pgPools, SPARK_API_BASE_URL)
0 commit comments