Skip to content

Commit

Permalink
add slash (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuxleyBerry authored Jan 18, 2025
1 parent 9100602 commit 74158eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/utils/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ server.interceptors.response.use(
const oldAccessToken = userStore.accessToken

// Try to refresh token using HTTP request
const response = await axios.post(`${import.meta.env.VITE_BACKEND_URL}/auth/refresh`, {
const response = await axios.post(`${import.meta.env.VITE_BACKEND_URL}/auth/refresh/`, {
refreshToken: userStore.refreshToken,
})

Expand Down

0 comments on commit 74158eb

Please sign in to comment.