mirror of https://github.com/langgenius/dify.git
add interface for review app
This commit is contained in:
parent
4e5405dce2
commit
54fc8f4390
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue