diff --git a/website/docs/api.html b/website/docs/api.html index d8383135..fc732802 100644 --- a/website/docs/api.html +++ b/website/docs/api.html @@ -180,13 +180,19 @@
For development:
http://localhost:8000
+ + Note: Legacy port 18000 has been replaced with port 8000 +
Real-time updates are available through WebSocket connections:
-ws://aitbc.bubuit.net:18001/ws
+ ws://aitbc.bubuit.net:8015/ws
+ + Note: Legacy WebSocket port 18001 has been replaced with port 8015 +
Subscribe to events:
{
diff --git a/website/docs/flowchart.html b/website/docs/flowchart.html
index 80cae4e5..b400870c 100644
--- a/website/docs/flowchart.html
+++ b/website/docs/flowchart.html
@@ -55,6 +55,9 @@
(aitbc-cli.sh) → (client.py) → (port 8000) → (RPC:8006) → (port 8010) → (port 11434)
+
+ Note: Legacy ports 18000/18001 have been replaced with 8000/8010
+