Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
muwoo authored Oct 5, 2024
1 parent 4b79cce commit b4b7c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature/src/assets/request/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b4b7c81

Please sign in to comment.