From f1e1bcbf1c91045296f6ad09ae6ca9254409a033 Mon Sep 17 00:00:00 2001 From: Sergio <77530549+sergi0g@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:51:19 +0200 Subject: [PATCH] update docs --- docs/pages/docs/usage/server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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