浏览代码

适配外部机器人[修复BUG]

liangxunge 1 天之前
父节点
当前提交
15b1f96a3e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/controllers/console/__init__.py

+ 1 - 1
api/controllers/console/__init__.py

@@ -126,7 +126,7 @@ api.add_resource(
 )
 
 api.add_resource(
-    ChatApiForRobot, "/installed-apps/<uuid:installed_app_id>/chat-messages-for-robot-v1/<string:source_address>"
+    ChatApiForRobotV1, "/installed-apps/<uuid:installed_app_id>/chat-messages-for-robot-v1/<string:source_address>"
 )
 
 api.add_resource(