mirror of
https://github.com/langgenius/dify.git
synced 2026-05-01 07:58:02 +08:00
add interface for review app
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user