yuanjiajun commited on
Commit ·
f4d13e9
1
Parent(s): 609470c
feat: 静态服务
Browse files- src/utils/static.ts +1 -1
src/utils/static.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import axios from 'axios';
|
| 2 |
|
| 3 |
-
const BASE_URL = "https://
|
| 4 |
|
| 5 |
// 定义响应类型
|
| 6 |
interface FileNameListResponse {
|
|
|
|
| 1 |
import axios from 'axios';
|
| 2 |
|
| 3 |
+
const BASE_URL = "https://joey7938-stt.hf.space"
|
| 4 |
|
| 5 |
// 定义响应类型
|
| 6 |
interface FileNameListResponse {
|