rivia 0.0.96 → 0.0.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4570,7 +4570,7 @@ var ProductManagement = /* @__PURE__ */ function() {
|
|
|
4570
4570
|
if (state.config.initialData) {
|
|
4571
4571
|
return state.config.initialData;
|
|
4572
4572
|
}
|
|
4573
|
-
let urlStr = `https://demoapi.rivia.ai/
|
|
4573
|
+
let urlStr = `https://demoapi.rivia.ai/latest3_change_logs_by_workspace_name`;
|
|
4574
4574
|
if (!urlStr) throw new Error("apiUrl is not configured");
|
|
4575
4575
|
if (id) {
|
|
4576
4576
|
if (urlStr.includes("{id}")) urlStr = urlStr.replace("{id}", encodeURIComponent(id));
|