Skip to content

Commit

Permalink
Release v1.2.4 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdconn00 authored Feb 22, 2024
1 parent 56c033d commit fc14ec5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/helpers/axios.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ export const zabApi = axios.create({
});

export const vatusaApi = axios.create({
baseURL: "https://api.vatusa.net/v2",
params: {
apikey: import.meta.env.VITE_VATUSA_API_KEY,
},
baseURL: "https://api.vatusa.net/v2"
});

export const vatusaApiAuth = axios.create({
Expand Down

0 comments on commit fc14ec5

Please sign in to comment.