sare26 commited on
Commit
6294ae1
·
verified ·
1 Parent(s): cce73d7

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-publisher-backend.hf.space";
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<