Skip to content

Commit b7d8932

Browse files
authored
Update index.ts
ref: 调整插件市场的数据源
1 parent 5608a14 commit b7d8932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/src/assets/request/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ try {
1414
const instance = axios.create({
1515
timeout: 4000,
1616
baseURL:
17-
baseURL || 'https://gitcode.net/rubickcenter/rubick-database/-/raw/master',
17+
baseURL || 'https://gitee.com/monkeyWang/rubickdatabase/raw/master',
1818
});
1919

2020
export default {

0 commit comments

Comments
 (0)