BG5 commited on
Commit
943d906
·
verified ·
1 Parent(s): b707c83

Update api.txt

Browse files
Files changed (1) hide show
  1. api.txt +1 -1
api.txt CHANGED
@@ -442,7 +442,7 @@ async def browser_ports():
442
  data = {k: str(v["ws"]) for k, v in BROWSERS.items() if v["status"] == "open"}
443
  response_data = {"success": True, "data": data}
444
  #return encrypt_json_response(response_data)
445
- return error_data
446
 
447
 
448
  @app.post("/health")
 
442
  data = {k: str(v["ws"]) for k, v in BROWSERS.items() if v["status"] == "open"}
443
  response_data = {"success": True, "data": data}
444
  #return encrypt_json_response(response_data)
445
+ return response_data
446
 
447
 
448
  @app.post("/health")