mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 15:17:39 +08:00
add interface for review app
This commit is contained in:
parent
651814b78e
commit
0e60b30d23
@ -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