From 06b05163f673f533e48810e72eef9a1e60cf89f4 Mon Sep 17 00:00:00 2001 From: takatost Date: Sat, 2 Mar 2024 15:53:40 +0800 Subject: [PATCH] update app import response --- api/controllers/console/app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/console/app/app.py b/api/controllers/console/app/app.py index 98636fa95f..db23a028cd 100644 --- a/api/controllers/console/app/app.py +++ b/api/controllers/console/app/app.py @@ -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"""