Skip to content

Commit

Permalink
fix: allow_browser_login in import/export API
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Apr 11, 2022
1 parent 9554135 commit 4b067fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/importexport/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class ImportExportRestApi(BaseApi):

resource_name = "assets"
openapi_spec_tag = "Import/export"
allow_browser_login = True

@expose("/export/", methods=["GET"])
@protect()
Expand Down

0 comments on commit 4b067fe

Please sign in to comment.