fix: base url

This commit is contained in:
Junyan Qin
2025-06-08 17:34:32 +08:00
parent 4f2ec195fc
commit 793f0a9c10

View File

@@ -495,8 +495,8 @@ class HttpClient {
}
// export const httpClient = new HttpClient('https://event-log.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');