Commit 1d8271e0 by 1808837298@qq.com

fix: 修复Playground分组无用户分组 (close #529)

parent 347cbf63
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment