feat: update saas billing hint. (#7760)

This commit is contained in:
Garfield Dai
2024-08-28 18:55:47 +08:00
committed by GitHub
parent 1262277714
commit 54b693d5b1
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"]