mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix(api): fix local URL in integration API
This commit is contained in:
parent
9808cf25c1
commit
cc675f400d
@ -230,7 +230,7 @@ define([
|
||||
return Config.httpUnsafeOrigin;
|
||||
};
|
||||
let getBlobClient = (cb) => {
|
||||
chan.send('GET_BLOB', obj => {
|
||||
chan.send('GET_BLOB', {}, obj => {
|
||||
if (obj?.error) { console.error(obj?.error); }
|
||||
cb(obj?.blob);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user