Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 22, 2024
1 parent 6fdd2ed commit 0ededd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion plugins/ohifv3/extensions/monai-label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@cornerstonejs/core": "^2.2.3",
"@kitware/vtk.js": "32.1.0",
"react-color": "^2.19.3",

"md5.js": "^1.3.5",
"axios": "^0.21.1",
"arraybuffer-concat": "^0.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
}
hr {
margin-top: 6px;
}
}
7 changes: 3 additions & 4 deletions plugins/ohifv3/extensions/monai-label/src/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"MONAI_LABEL_API_ENDPOINT": "http://localhost:8000",
"MONAI_LABEL_USER_ID": "9967f4fc-5a63-11ee-8c99-0242ac120002",
"MONAI_LABEL_ACCESS_TOKEN": ""
"MONAI_LABEL_API_ENDPOINT": "http://localhost:8000",
"MONAI_LABEL_USER_ID": "9967f4fc-5a63-11ee-8c99-0242ac120002",
"MONAI_LABEL_ACCESS_TOKEN": ""
}

0 comments on commit 0ededd9

Please sign in to comment.