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/modular/chunks/index-4cdc2bce.js +6 -0
- package/dist/modular/chunks/index-4cdc2bce.js.map +1 -0
- package/dist/modular/chunks/{obi-widget-870d3568.js → obi-widget-d4244993.js} +2 -2
- package/dist/modular/chunks/{obi-widget-870d3568.js.map → obi-widget-d4244993.js.map} +1 -1
- package/dist/modular/index.js +1 -1
- package/dist/modular/ui.js +10 -10
- package/dist/obi-sdk.standalone.iife.js +1 -1
- package/dist/obi-sdk.standalone.iife.js.map +1 -1
- package/dist/react.es.js +1 -1
- package/dist/react.es.js.map +1 -1
- package/dist/react.umd.js +1 -1
- package/dist/react.umd.js.map +1 -1
- package/package.json +3 -3
- package/dist/modular/chunks/index-07f9b60c.js +0 -6
- package/dist/modular/chunks/index-07f9b60c.js.map +0 -1
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)
|