feat: update saas billing hint. (#7760)

This commit is contained in:
Garfield Dai 2024-08-28 18:55:47 +08:00 committed by GitHub
commit 54b693d5b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 28 deletions

View file

@ -39,7 +39,7 @@ class FileApi(Resource):
@login_required
@account_initialization_required
@marshal_with(file_fields)
@cloud_edition_billing_resource_check(resource="documents")
@cloud_edition_billing_resource_check("documents")
def post(self):
# get file from request
file = request.files["file"]