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 12be1bc commit 1597baeCopy full SHA for 1597bae
demo/index.tsx
@@ -86,7 +86,7 @@ class DemoApp extends React.Component<
86
let proxiedUrl = specUrl;
87
if (specUrl !== DEFAULT_SPEC) {
88
proxiedUrl = cors
89
- ? '\\\\cors.redoc.ly/' + new URL(specUrl, window.location.href).href
+ ? 'https://cors.redoc.ly/' + new URL(specUrl, window.location.href).href
90
: specUrl;
91
}
92
return (
0 commit comments