Update index.ts

This commit is contained in:
muwoo 2024-10-05 18:41:16 +08:00 committed by GitHub
parent 4b79cce2f4
commit b4b7c81b60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ try {
const instance = axios.create({
timeout: 4000,
baseURL:
baseURL || 'https://gitcode.net/rubickcenter/rubick-database/-/raw/master',
baseURL || 'https://gitee.com/monkeyWang/rubickdatabase/raw/master',
});
export default {