From 83071a4b760188f708430193a405109b117e3664 Mon Sep 17 00:00:00 2001 From: shangzy Date: Thu, 2 Apr 2026 20:14:45 +0800 Subject: [PATCH] chore: update portal docs url --- app/portal/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/portal/page.tsx b/app/portal/page.tsx index c66f51d..353f6ca 100644 --- a/app/portal/page.tsx +++ b/app/portal/page.tsx @@ -44,7 +44,7 @@ const SERVICES = [ const SERVICE_URLS: Record = { monitoring: "http://192.168.111.90:8018", - docs: "http://192.168.111.90:8017", + docs: "http://192.168.111.90:8087/sinocode/current/", analytics: "http://192.168.111.90:8019", };