Skip to content

Commit

Permalink
bump version, fix petstore swagger.json url
Browse files Browse the repository at this point in the history
  • Loading branch information
rynam0 committed Dec 13, 2021
1 parent a95c33a commit 14dbdb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-swagger-ui",
"version": "2.3.0",
"version": "2.4.0",
"description": "An ember-cli addon for adding swagger-ui to your ember app",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/app/controllers/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default Controller.extend({
this._super(...arguments);

this.swaggerConfig = {
url: 'http://petstore.swagger.io/v2/swagger.json',
url: 'https://petstore.swagger.io/v2/swagger.json',
deepLinking: false,
presets: [
SwaggerUIStandalonePreset,
Expand Down

0 comments on commit 14dbdb8

Please sign in to comment.