diff --git a/docs/pages/docs/usage/server.mdx b/docs/pages/docs/usage/server.mdx index 841d650..b4c6af0 100644 --- a/docs/pages/docs/usage/server.mdx +++ b/docs/pages/docs/usage/server.mdx @@ -21,7 +21,7 @@ $ cup serve This will launch the server on port `8000`. To access it, visit `http://:8000` (replace `` with the IP address of the machine running Cup.) -The URL `http://:8000/json` is also available for usage with integrations. +The URL `http://:8000/api/v3/json` is also available for usage with integrations. ## Use a different port