fix: client url path

This commit is contained in:
Zack Fu Zi Xiang 2024-10-21 14:09:01 +08:00
parent 9ee04b8958
commit 3aabf09b21
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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
);