Skip to content

Commit f0ef375

Browse files
Merge remote-tracking branch 'origin/v2' into v2
2 parents d655028 + 56932b3 commit f0ef375

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/application/views/application_chat.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,5 @@ class ChatView(APIView):
134134
responses=None,
135135
tags=[_('Application')] # type: ignore
136136
)
137-
@has_permissions(
138-
PermissionConstants.APPLICATION_DEBUG,
139-
RoleConstants.USER.get_workspace_role(),
140-
RoleConstants.WORKSPACE_MANAGE.get_workspace_role())
141137
def post(self, request: Request, chat_id: str):
142138
return DebugChatSerializers(data={'chat_id': chat_id}).chat(request.data)

0 commit comments

Comments
 (0)