cola 2 年 前
コミット
472c5ec2aa
1 ファイル変更1 行追加1 行削除
  1. 1 1
      handlers/PitcherPanelHandler.py

+ 1 - 1
handlers/PitcherPanelHandler.py

@@ -89,7 +89,7 @@ class ChannelOverview(BaseHandler):
                 self.write_json(data=data, total=total, total_data=total_data)
 
 class AgentList(BaseHandler):
-    def get(self):
+    def post(self):
 
         if not self._au:
             self.write_fail(msg='auth error')