cola 2 lat temu
rodzic
commit
472c5ec2aa
1 zmienionych plików z 1 dodań i 1 usunięć
  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')