update app import response

This commit is contained in:
takatost 2024-03-02 15:53:40 +08:00
parent b80092ea12
commit 06b05163f6
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class AppImportApi(Resource):
@setup_required
@login_required
@account_initialization_required
@marshal_with(app_detail_fields)
@marshal_with(app_detail_fields_with_site)
@cloud_edition_billing_resource_check('apps')
def post(self):
"""Import app"""