🚑 Fix embed fallback api host

This commit is contained in:
Baptiste Arnaud
2024-03-22 07:50:21 +01:00
parent e435ead34d
commit b14ee1249b
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import { getRuntimeVariable } from '@typebot.io/env/getRuntimeVariable'
const chatApiCloudFallbackHost = 'https://chat.typebot.io'
const chatApiCloudFallbackHost = 'https://typebot.io'
type Params = {
ignoreChatApiUrl?: boolean