@44-audio/components 0.1.0-dev.6 → 0.1.0-dev.8
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/recorder.es.js +1 -1
- package/package.json +1 -1
package/dist/recorder.es.js
CHANGED
|
@@ -639,7 +639,7 @@ function Se(e, r) {
|
|
|
639
639
|
const u = await (await fetch(t(x))).blob(), y = new File([u], "recording.audio", { type: u.type });
|
|
640
640
|
l.append("audioFile", y);
|
|
641
641
|
try {
|
|
642
|
-
const h = await (await fetch(`https://${s()}/recordings`, { method: "POST", body: l })).json();
|
|
642
|
+
const h = await (await fetch(`https://${s()}/api/v1/recordings`, { method: "POST", body: l })).json();
|
|
643
643
|
I(q, h.recordingId, !0), I(f, "processing");
|
|
644
644
|
let D = !1;
|
|
645
645
|
for (; !D; )
|