obi-sdk 0.12.4 → 0.12.5

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/react.es.js CHANGED
@@ -27581,7 +27581,7 @@ let _t = class extends Ft {
27581
27581
  this.loading = !0, console.log("[CourseModal] Fetching sessions from API", {
27582
27582
  apiKey: this.apiKey ? "present" : "missing"
27583
27583
  });
27584
- const e = await fetch(`${this.apiBaseUrl}/sessions?token=${this.apiKey}`, {
27584
+ const e = await fetch(`${this.apiBaseUrl}/api/sessions?token=${this.apiKey}`, {
27585
27585
  cache: "no-cache"
27586
27586
  });
27587
27587
  if (!e.ok)