mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
remove test code for api-server.
This commit is contained in:
parent
9d34820c80
commit
07b207b7e3
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ class RESTClients(object):
|
|||
|
||||
action = json_req["action"]
|
||||
if action == "on_connect":
|
||||
raise cherrypy.HTTPError(401)
|
||||
code = self.__on_connect(json_req)
|
||||
elif action == "on_close":
|
||||
code = self.__on_close(json_req)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue