Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Oct 7, 2023
1 parent 23dabc9 commit 95d55a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file.
2 changes: 2 additions & 0 deletions base_rest/static/src/js/swagger_ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ odoo.define("base_rest.swagger_ui", function (require) {
$(".topbar").prepend(this.web_btn);
}
},
oauth2RedirectUrl:
window.location.origin + "/base_rest/static/lib/swagger-ui-3.51.1/oauth2-redirect.html",
};
const config = this.$el.data("settings");
return Object.assign({}, defaults, config);
Expand Down

0 comments on commit 95d55a2

Please sign in to comment.