@bindu-dashing/dam-solution-v2 5.8.140 → 5.8.141

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.
@@ -76,7 +76,7 @@ export const DamConfigProvider = ({ children, config }) => {
76
76
  return;
77
77
  }
78
78
  // Get the Teams API base URL (different from MIXDRIVE_API_URL)
79
- const teamsApiBaseUrl = getBaseUrl(appType);
79
+ const teamsApiBaseUrl = "https://f5ubolirub.execute-api.ap-southeast-2.amazonaws.com/dev/api/v1";
80
80
  const teamsEndpoint = FETCH_TEAMS_LIST.replace(":teamID", teamID);
81
81
  const fullUrl = teamsApiBaseUrl + teamsEndpoint;
82
82
  console.log("Fetching teams from:", fullUrl);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bindu-dashing/dam-solution-v2",
3
- "version": "5.8.140",
3
+ "version": "5.8.141",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.0.1",
6
6
  "@emoji-mart/data": "^1.2.1",