mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 11:26:52 +08:00
feat: remove universal chat app (#2140)
This commit is contained in:
@@ -49,6 +49,7 @@ class AppListApi(Resource):
|
||||
|
||||
filters = [
|
||||
App.tenant_id == current_user.current_tenant_id,
|
||||
App.is_universal == False
|
||||
]
|
||||
|
||||
if args['mode'] == 'completion':
|
||||
|
||||
Reference in New Issue
Block a user