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 0f29228 + abd8e8c commit 41ced3fCopy full SHA for 41ced3f
src/plugins/topbar/topbar.jsx
@@ -15,7 +15,7 @@ export default class Topbar extends React.Component {
15
constructor(props, context) {
16
super(props, context)
17
18
- Swagger("http://generator.swagger.io/api/swagger.json", {
+ Swagger("https://generator.swagger.io/api/swagger.json", {
19
requestInterceptor: (req) => {
20
req.headers["Accept"] = "application/json"
21
req.headers["content-type"] = "application/json"
0 commit comments