Skip to content

Commit

Permalink
fix(request): remove api key from apiRequest function
Browse files Browse the repository at this point in the history
  • Loading branch information
wri7tno committed Feb 21, 2024
1 parent df4b7d1 commit 955b215
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utils/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ export const apiRequest = axios.create({
...defaultRequestConfig,
...(isServer && {
baseURL: GFW_API_URL,
headers: {
'x-api-key': GFW_API_KEY,
},
}),
...(!isServer && {
baseURL: PROXIES.GFW_API,
Expand Down

0 comments on commit 955b215

Please sign in to comment.