Skip to content

Commit 41ced3f

Browse files
authored
Merge pull request #1322 from shockey/ft/https-generator-initial-calls
change generator URL to use https so they are not blocked
2 parents 0f29228 + abd8e8c commit 41ced3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/topbar/topbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default class Topbar extends React.Component {
1515
constructor(props, context) {
1616
super(props, context)
1717

18-
Swagger("http://generator.swagger.io/api/swagger.json", {
18+
Swagger("https://generator.swagger.io/api/swagger.json", {
1919
requestInterceptor: (req) => {
2020
req.headers["Accept"] = "application/json"
2121
req.headers["content-type"] = "application/json"

0 commit comments

Comments
 (0)