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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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()