mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 12:37:20 +08:00
add interface for review app
This commit is contained in:
parent
4e5405dce2
commit
54fc8f4390
@ -469,6 +469,8 @@ class AppWorkflowApi(Resource):
|
|||||||
|
|
||||||
|
|
||||||
class DatasetListApi(Resource):
|
class DatasetListApi(Resource):
|
||||||
|
@trial_feature_enable
|
||||||
|
@get_app_model_with_trial
|
||||||
def get(self, app_model):
|
def get(self, app_model):
|
||||||
page = request.args.get("page", default=1, type=int)
|
page = request.args.get("page", default=1, type=int)
|
||||||
limit = request.args.get("limit", default=20, type=int)
|
limit = request.args.get("limit", default=20, type=int)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user