Skip to content

Commit

Permalink
Merge pull request #6 from beclab/fix/server-api
Browse files Browse the repository at this point in the history
fix(server): remove user detail config
  • Loading branch information
yongheng2016 authored Dec 16, 2024
2 parents 819f25f + a152e4c commit bc9296e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/server",
"version": "0.2.4",
"version": "0.2.5",
"description": "server",
"productName": "server",
"private": true,
Expand Down
1 change: 0 additions & 1 deletion apps/server/server/controllers/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const userDetail = async (ctx) => {
user,
runtime,
clusterRole,
config: { ...clientConfig, supportGpuType, gitopsEngine }
};

ctx.body = data;
Expand Down

0 comments on commit bc9296e

Please sign in to comment.