Skip to content

Commit e37fb0e

Browse files
committed
client working
1 parent 394559b commit e37fb0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/api/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import type {
44
SendMessageParams,
55
} from '../types';
66

7-
//export const DEFAULT_ENGINE_URL = 'https://chat-embed-deployment.onrender.com';
8-
export const DEFAULT_ENGINE_URL = 'http://localhost:8003';
7+
export const DEFAULT_ENGINE_URL = 'https://chat-embed-deployment.onrender.com';
8+
//export const DEFAULT_ENGINE_URL = 'http://localhost:8003';
99

1010
export function createAPIClient(
1111
engineBaseUrl: string = DEFAULT_ENGINE_URL

0 commit comments

Comments
 (0)