Skip to content

Commit

Permalink
fix: client url path
Browse files Browse the repository at this point in the history
  • Loading branch information
speed2exe committed Oct 21, 2024
1 parent 9ee04b8 commit 3aabf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/client-api/src/http_publish.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ impl Client {
publish_name
);
let url = format!(
"{}/v1/api/workspace/published/{}/{}",
"{}/api/workspace/v1/published/{}/{}",
self.base_url, publish_namespace, publish_name
);

Expand Down

0 comments on commit 3aabf09

Please sign in to comment.