Skip to content

Commit

Permalink
Sync cb-tb api update
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-son committed Aug 19, 2024
1 parent c4aac1a commit 1c40e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,7 @@ function releaseResources() {
var password = passwordElement.value;
var namespace = namespaceElement.value;

var url = `http://${hostname}:${port}/tumblebug/ns/${namespace}/defaultResources`;
var url = `http://${hostname}:${port}/tumblebug/ns/${namespace}/sharedResources`;

axios({
method: "delete",
Expand Down

0 comments on commit 1c40e36

Please sign in to comment.