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.
2 parents fea082a + 24af2d1 commit 1e0730aCopy full SHA for 1e0730a
src/main.ts
@@ -30,7 +30,7 @@ async function bootstrap() {
30
'http://localhost:3000',
31
/\.localhost:3000$/,
32
ENV_CONFIG.TOPCODER_WALLET_URL,
33
- /^https:\/\/[\w-]+\.topcoder-dev\.com$/, // allow wallet-v6 and other subdomains
+ /^https:\/\/[\w-]+\.topcoder(-dev)?\.com$/, // allow wallet-v6 and other subdomains
34
];
35
36
const corsConfig: cors.CorsOptions = {
0 commit comments