fix: wrong base url

This commit is contained in:
Junyan Qin
2025-05-11 17:39:24 +08:00
parent d562728d56
commit b7bf0a6172

View File

@@ -445,8 +445,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('/');
// export const httpClient = new HttpClient('http://localhost:5300');
export const httpClient = new HttpClient('/');
// 临时写法未来两种Client都继承自HttpClient父类不允许共享方法
export const spaceClient = new HttpClient('https://space.langbot.app');