fix: allow_browser_login in import/export API (#19656)
This commit is contained in:
parent
955413539b
commit
5c63df522a
|
|
@ -40,6 +40,7 @@ class ImportExportRestApi(BaseApi):
|
|||
|
||||
resource_name = "assets"
|
||||
openapi_spec_tag = "Import/export"
|
||||
allow_browser_login = True
|
||||
|
||||
@expose("/export/", methods=["GET"])
|
||||
@protect()
|
||||
|
|
|
|||
Loading…
Reference in New Issue