@qmuse/appwrite-runtime-sdk 1.0.0 → 1.0.1
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/runtime.js +1 -1
- package/package.json +1 -1
package/dist/runtime.js
CHANGED
|
@@ -667,7 +667,7 @@ export function createQmuseAppwriteRuntime(options) {
|
|
|
667
667
|
var runtime = getMuseRuntime();
|
|
668
668
|
globalThis.setTimeout(function () {
|
|
669
669
|
try {
|
|
670
|
-
void Promise.resolve(request(new URL('/runtime/appwrite/mutation-events', runtime.domain).toString(), {
|
|
670
|
+
void Promise.resolve(request(new URL('/api/runtime/appwrite/mutation-events', runtime.domain).toString(), {
|
|
671
671
|
method: 'POST',
|
|
672
672
|
credentials: 'include',
|
|
673
673
|
keepalive: true,
|