add interface for review app

This commit is contained in:
Yansong Zhang 2025-10-14 11:35:59 +08:00
parent 651814b78e
commit 0e60b30d23
1 changed files with 2 additions and 0 deletions

View File

@ -469,6 +469,8 @@ class AppWorkflowApi(Resource):
class DatasetListApi(Resource):
@trial_feature_enable
@get_app_model_with_trial
def get(self, app_model):
page = request.args.get("page", default=1, type=int)
limit = request.args.get("limit", default=20, type=int)