diff options
Diffstat (limited to 'apps/extension/background.ts')
| -rw-r--r-- | apps/extension/background.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/extension/background.ts b/apps/extension/background.ts index bfe27763..56a1a26c 100644 --- a/apps/extension/background.ts +++ b/apps/extension/background.ts @@ -13,7 +13,7 @@ const tweetToMd = (tweet: Tweet) => { const BOOKMARKS_URL = `https://x.com/i/api/graphql/xLjCVTqYWz8CGSprLU349w/Bookmarks?features=${encodeURIComponent(JSON.stringify(features))}`; -const BACKEND_URL = "https://beta.supermemory.ai"; +const BACKEND_URL = "https://supermemory.ai"; // This is to prevent going over the rate limit let lastTwitterFetch = 0; |