Update artifacts/fb-publisher/src/lib/bridge.ts
Browse files
artifacts/fb-publisher/src/lib/bridge.ts
CHANGED
|
@@ -11,7 +11,7 @@ export interface BridgeBroadcast {
|
|
| 11 |
const WEB_TAG = "fbpub-web";
|
| 12 |
const BRIDGE_TAG = "fbpub-bridge";
|
| 13 |
|
| 14 |
-
const APP_ORIGIN = "https://sare26-fb
|
| 15 |
|
| 16 |
let nextRequestId = 1;
|
| 17 |
const pendingRequests = new Map<
|
|
|
|
| 11 |
const WEB_TAG = "fbpub-web";
|
| 12 |
const BRIDGE_TAG = "fbpub-bridge";
|
| 13 |
|
| 14 |
+
const APP_ORIGIN = "https://sare26-fb.hf.space";
|
| 15 |
|
| 16 |
let nextRequestId = 1;
|
| 17 |
const pendingRequests = new Map<
|