Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Aug 9, 2024
1 parent 4b4215e commit 35b76d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ if (document.location.search.includes('nocors')) {
}

const corsAxios = http.create<R.Response<any>>(
localStorage.getItem('cors') == null ? 'https://cors-flame.vercel.app/api/cors?url=' : ''
//https://cors-flame.vercel.app/api/cors
localStorage.getItem('cors') == null ? 'https://cors.jinlilili.top/api/cors?url=' : ''
)

export { axios, corsAxios }

0 comments on commit 35b76d5

Please sign in to comment.