Skip to content

Commit

Permalink
change domain
Browse files Browse the repository at this point in the history
  • Loading branch information
honwhy committed May 25, 2024
1 parent 9bd040f commit 9dcf686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export function getWordVideo(params: Args) {
if (isEmpty(accessToken) || accessToken === 'null')
return null

const url = `https://words-100-api.honwhy-wang.workers.dev/api/resource/xMode`
const url = `https://words-100-api.honwhy.wang/api/resource/xMode`
const raw = {
bookId: params.bookId ?? 621, // 11
topicIds: [params.topicId],
Expand Down
2 changes: 1 addition & 1 deletion wxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
host_permissions: [
'http://110.42.229.221/*',
'https://resource.baicizhan.com/*',
'https://words-100-api.honwhy-wang.workers.dev/*',
'https://words-100-api.honwhy.wang/*',
],
web_accessible_resources: [
{
Expand Down

0 comments on commit 9dcf686

Please sign in to comment.