From 9d3313fe1197d06337c94d78e92a26d0b78ccb02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=B4=BA?= Date: Tue, 19 May 2026 16:22:29 +0800 Subject: [PATCH] fix: allow refreshing skills hub routes (#12767) --- core/constant/common.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/constant/common.go b/core/constant/common.go index fbeba7db9..d7e73a274 100644 --- a/core/constant/common.go +++ b/core/constant/common.go @@ -73,6 +73,8 @@ var WebUrlMap = map[string]struct{}{ "/ai/ai-proxy/groups": {}, "/ai/ai-proxy/usage": {}, "/ai/ai-proxy/content": {}, + "/ai/skills-hub": {}, + "/ai/skills-hub/targets": {}, "/ai/benchmark": {}, "/ai/model/account": {}, "/ai/model/local": {},