mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
restore completion app
This commit is contained in:
@ -330,7 +330,7 @@ class AverageResponseTimeStatistic(Resource):
|
||||
@setup_required
|
||||
@login_required
|
||||
@account_initialization_required
|
||||
@get_app_model(mode=AppMode.WORKFLOW)
|
||||
@get_app_model(mode=AppMode.COMPLETION)
|
||||
def get(self, app_model):
|
||||
account = current_user
|
||||
|
||||
|
||||
Reference in New Issue
Block a user