From ade6d0f56a080dab123308f2cc693f4fe98913cc Mon Sep 17 00:00:00 2001 From: "1808837298@qq.com" <1808837298@qq.com> Date: Mon, 14 Oct 2024 16:17:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DPlayground=E5=88=86?= =?UTF-8?q?=E7=BB=84=E6=97=A0=E7=94=A8=E6=88=B7=E5=88=86=E7=BB=84=20(close?= =?UTF-8?q?=20#529)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/Playground.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/Playground.js b/web/src/components/Playground.js index 459cfb0..3e1e86a 100644 --- a/web/src/components/Playground.js +++ b/web/src/components/Playground.js @@ -72,7 +72,7 @@ const Playground = () => { }; const loadGroups = async () => { - let res = await API.get(`/api/user/groups`); + let res = await API.get(`/api/user/self/groups`); const { success, message, data } = res.data; if (success) { // return data is a map, key is group name, value is group description