forked from tuvn86/webapp-conversation
Update common.ts
This commit is contained in:
parent
223ba26902
commit
d306b26486
1 changed files with 1 additions and 1 deletions
|
|
@ -18,4 +18,4 @@ export const setSession = (sessionId: string) => {
|
|||
return { 'Set-Cookie': `session_id=${sessionId}` }
|
||||
}
|
||||
|
||||
export const client = new ChatClient(API_KEY, API_URL)
|
||||
export const client = new ChatClient(API_KEY, API_URL ? API_URL : undefined)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue