From 9d720dba1a7c00ba2be73bfe7013ed79644242be Mon Sep 17 00:00:00 2001 From: isra el Date: Mon, 11 Mar 2024 11:30:46 +0300 Subject: [PATCH] fix(web): update old api url --- web/components/landing/CodeSnippetSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/landing/CodeSnippetSection.tsx b/web/components/landing/CodeSnippetSection.tsx index 259ec40..8f14eb1 100644 --- a/web/components/landing/CodeSnippetSection.tsx +++ b/web/components/landing/CodeSnippetSection.tsx @@ -6,7 +6,7 @@ import SyntaxHighlighter from 'react-syntax-highlighter' export default function CodeSnippetSection() { const codeString = ` - const BASE_URL = 'https://api.textbee.vernu.dev/api/v1' + const BASE_URL = 'https://api.textbee.dev/api/v1' const API_KEY = 'YOUR_API_KEY' const DEVICE_ID = 'YOUR_DEVICE_ID'