fix: allow_browser_login in import/export API (#19656)

This commit is contained in:
Beto Dealmeida
2022-04-11 22:29:06 -07:00
committed by GitHub
parent 955413539b
commit 5c63df522a

View File

@@ -40,6 +40,7 @@ class ImportExportRestApi(BaseApi):
resource_name = "assets"
openapi_spec_tag = "Import/export"
allow_browser_login = True
@expose("/export/", methods=["GET"])
@protect()