chore: base url for prod

This commit is contained in:
Junyan Qin
2025-05-10 10:55:06 +08:00
parent 15e2535791
commit 101931a258

View File

@@ -420,7 +420,8 @@ class HttpClient {
}
// export const httpClient = new HttpClient("https://version-4.langbot.dev");
export const httpClient = new HttpClient('http://localhost:5300');
// export const httpClient = new HttpClient('http://localhost:5300');
export const httpClient = new HttpClient('');
// 临时写法未来两种Client都继承自HttpClient父类不允许共享方法
export const spaceClient = new HttpClient('https://space.langbot.app');