cola 2 rokov pred
rodič
commit
472c5ec2aa
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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')