Update api.txt
Browse files
api.txt
CHANGED
|
@@ -614,4 +614,4 @@ async def cdp_native_ws_proxy(websocket: WebSocket, tab_type: str, target_id: st
|
|
| 614 |
|
| 615 |
|
| 616 |
if __name__ == "__main__":
|
| 617 |
-
uvicorn.run("api:app", host="0.0.0.0", port=
|
|
|
|
| 614 |
|
| 615 |
|
| 616 |
if __name__ == "__main__":
|
| 617 |
+
uvicorn.run("api:app", host="0.0.0.0", port=7860, reload=True)
|