mirror of
https://github.com/langgenius/dify.git
synced 2026-03-30 17:20:16 +08:00
add interface for review app
This commit is contained in:
parent
b483d5fad5
commit
5e2b0d7b39
@ -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
Block a user