Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Atipat Pankong committed Jun 21, 2024
1 parent 4c28ae5 commit 58a1298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios'

const axiosInstance = axios.create({
baseURL: import.meta.env.VUE_APP_BASE_SERVER_URL,
baseURL: import.meta.env.VITE_BASE_SERVER_URL,
})

const accessToken = localStorage.getItem('accessToken')
Expand Down

0 comments on commit 58a1298

Please sign in to comment.