Skip to content

Commit

Permalink
fix: sync url
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed May 19, 2024
1 parent 21d0c6d commit d2d287c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ const { parseConfig } = require('./parse');
const queue = new PQueue({ concurrency: 20 });

const req = got.extend({
prefixUrl: 'https://rl.mushan.top/',
// prefixUrl: 'http://rl_dev.mushan.top/',
prefixUrl: 'https://rl-api.algoux.cn/',
headers: {
algoux: process.env.ALGOUX_API_TOKEN,
},
Expand Down

0 comments on commit d2d287c

Please sign in to comment.