mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
fix: allow_browser_login in import/export API (#19656)
This commit is contained in:
@@ -40,6 +40,7 @@ class ImportExportRestApi(BaseApi):
|
||||
|
||||
resource_name = "assets"
|
||||
openapi_spec_tag = "Import/export"
|
||||
allow_browser_login = True
|
||||
|
||||
@expose("/export/", methods=["GET"])
|
||||
@protect()
|
||||
|
||||
Reference in New Issue
Block a user